about summary refs log tree commit diff stats
path: root/baremetal/ex1.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-26 19:13:23 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-26 19:13:23 -0800
commit73728ec665e8b128b63c6c633f7c1dd7cfcae2f4 (patch)
treeb09e704fad0fb64642f7fcb9d7fbb68da0c22d83 /baremetal/ex1.hex
parent4b26c93e69e13462b7397f860b4f52b12aae2897 (diff)
downloadmu-73728ec665e8b128b63c6c633f7c1dd7cfcae2f4.tar.gz
7412 - drawing pixels to screen
This works, but colors are unexpected. 0xff isn't white. Lots of colors
are black. Perhaps I need to initialize a palette.
Diffstat (limited to 'baremetal/ex1.hex')
-rw-r--r--baremetal/ex1.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex
index 0c605df1..8a0e5907 100644
--- a/baremetal/ex1.hex
+++ b/baremetal/ex1.hex
@@ -12,7 +12,7 @@
 # Or:
 #   bochs -f apps/boot.bochsrc  # boot.bochsrc loads disk.img
 
-# address 0x8000
+# main:  (address 0x8000)
 e9 fb ff ff ff  # jump to address 0x8000
 
 # vim:ft=subx