aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/boot.h
diff options
context:
space:
mode:
authorMarvin Borner2020-08-15 18:02:49 +0200
committerMarvin Borner2020-08-15 18:02:49 +0200
commit9a827eb5f6ff58bf801bc98bcb653876428ebe69 (patch)
tree6fd75fd29a2bd55fd4e1ebb7271176abb3936115 /kernel/inc/boot.h
parent9f16b032d38613ca95e321e1d1e652c43129c68b (diff)
Removed vesa from kernel
Diffstat (limited to 'kernel/inc/boot.h')
-rw-r--r--kernel/inc/boot.h4
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;
};