diff options
Diffstat (limited to 'vgasrc/vbe.c')
-rw-r--r-- | vgasrc/vbe.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vgasrc/vbe.c b/vgasrc/vbe.c index af3d0ccb..facad198 100644 --- a/vgasrc/vbe.c +++ b/vgasrc/vbe.c @@ -12,8 +12,14 @@ #include "output.h" // dprintf #include "std/vbe.h" // struct vbe_info #include "string.h" // memset_far -#include "vgabios.h" // handle_104f +#include "vgabios.h" // get_current_mode #include "vgahw.h" // vgahw_set_mode +#include "vgautil.h" // handle_104f + +#define VBE_OEM_STRING "SeaBIOS VBE(C) 2011" +#define VBE_VENDOR_STRING "SeaBIOS Developers" +#define VBE_PRODUCT_STRING "SeaBIOS VBE Adapter" +#define VBE_REVISION_STRING "Rev. 1" u32 VBE_total_memory VAR16 = 256 * 1024; u32 VBE_capabilities VAR16; |