diff options
-rw-r--r-- | baremetal/boot.hex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index eedaa7c0..e8591dc7 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -98,8 +98,7 @@ b0 02 # al <- 02 (set video mode) bb 07 41 # bx <- 0x0107 (graphics 1280x1024x256 # 0x4000 bit = configure linear frame buffer in Bochs emulator; hopefully this doesn't hurt anything when running natively) - # fallback: 0x0101 (640x480x256) - # for other choices see http://www.ctyme.com/intr/rb-0069.htm + # fallback mode: 0x0101 (640x480x256) cd 10 # int 10h, Vesa BIOS extensions # 43: |