diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-26 23:45:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-26 23:45:37 -0800 |
commit | 2628a51f377133502f86b27e15c4573891077067 (patch) | |
tree | 50ef07163a91e6a984deacd21938fd698bdc2fcb | |
parent | e5b2f3f1694bca4e9fe54937e78fdb211fafe153 (diff) | |
download | mu-2628a51f377133502f86b27e15c4573891077067.tar.gz |
7422
-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: |