diff options
Diffstat (limited to 'kernel/inc/boot.h')
-rw-r--r-- | kernel/inc/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/inc/boot.h b/kernel/inc/boot.h index 1a41c32..c1d9288 100644 --- a/kernel/inc/boot.h +++ b/kernel/inc/boot.h @@ -2,9 +2,9 @@ // This file specifies the structs passed by the bootloader #include <def.h> -#include <vesa.h> +struct vid_info *boot_passed; struct vid_info { u32 mode; - struct vbe *info; + u32 *vbe; }; |