summaryrefslogtreecommitdiff
path: root/vbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'vbe.c')
-rw-r--r--vbe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vbe.c b/vbe.c
index ce5c62e..f85ec99 100644
--- a/vbe.c
+++ b/vbe.c
@@ -38,6 +38,7 @@
#include "vbe.h"
#include "vbetables.h"
+#define VBE_TOTAL_VIDEO_MEMORY_DIV_64K (VBE_DISPI_TOTAL_VIDEO_MEMORY_MB*1024/64)
// The current OEM Software Revision of this VBE Bios
#define VBE_OEM_SOFTWARE_REV 0x0002;