about summary refs log tree commit diff stats
path: root/baremetal/boot.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-02-04 17:25:00 -0800
committerKartik Agaram <vc@akkartik.com>2021-02-04 17:25:00 -0800
commitc6b8df9d72f89afa2f0c050c8c7c80612dc8cf3c (patch)
tree0826cdb33adcdced91eb2d5a130119afc9eb8368 /baremetal/boot.hex
parent55ace79e44c12b81bb2caeadc5d6069b2c648653 (diff)
downloadmu-c6b8df9d72f89afa2f0c050c8c7c80612dc8cf3c.tar.gz
7686
Diffstat (limited to 'baremetal/boot.hex')
-rw-r--r--baremetal/boot.hex4
1 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex
index 47e56425..4e4222b0 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -148,9 +148,9 @@
   # load information for the (hopefully) current video mode
   # mostly just for the address to the linear frame buffer
   b4 4f  # ah <- 4f (VBE)
-  b0 01  # al <- 01 (get video mode)
+  b0 01  # al <- 01 (get video mode info)
   b9 07 01  # cx <- 0x0107 (mode we requested)
-  bf 00 81  # di <- 0x7f00 (video mode info) [label]
+  bf 00 81  # di <- 0x8100 (video mode info) [label]
   cd 10
 
 # 55: