summaryrefslogtreecommitdiff
path: root/boot/stage2.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-06 20:43:57 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-06 20:43:57 +0100
commit1271f4f3e3891b1de2f810c2063490c4a71a2518 (patch)
treee4d872454a8e2e1330fd16e8af360da3abe9bcd6 /boot/stage2.asm
parent2a30fa85fd50919aa45fac4b961cc9508732b62a (diff)
vdi target for virtualbox.
Diffstat (limited to 'boot/stage2.asm')
-rw-r--r--boot/stage2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/stage2.asm b/boot/stage2.asm
index 9a1c74c..517e481 100644
--- a/boot/stage2.asm
+++ b/boot/stage2.asm
@@ -39,8 +39,8 @@
;
MEMMAP_SIZE_OFFSET equ 0x7c00
MEMMAP_OFFSET equ 0x7c01
-VESA_MODES equ 0x8300 ; do NOT overwrite yourself! be careful!
-VESA_MODE_INFO equ 0x8400
+VESA_MODES equ 0x9300 ; do NOT overwrite yourself! be careful!
+VESA_MODE_INFO equ 0x9400
VESA_MODE_SELECT equ 0x4114
;