about summary refs log tree commit diff stats
path: root/baremetal/ex1.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-09 15:38:03 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-09 18:20:28 -0800
commitdbd7082a0ed09ee06401d0af06ce24e89e87b189 (patch)
treef71f3886e0c99e7ea1e8a1c5bc6356501582683b /baremetal/ex1.hex
parent952ccfc66e829f04978bb107407a1e97d49fc9e2 (diff)
downloadmu-dbd7082a0ed09ee06401d0af06ce24e89e87b189.tar.gz
7489 - include GNU Unifont
https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format
http://unifoundry.com/unifont/index.html

Since GNU Unifont is covered under the GPL v2, so I believe is this repo.
Diffstat (limited to 'baremetal/ex1.hex')
-rw-r--r--baremetal/ex1.hex4
1 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex
index 8dadf0e2..49f6e446 100644
--- a/baremetal/ex1.hex
+++ b/baremetal/ex1.hex
@@ -13,7 +13,7 @@
 # Or:
 #   bochs -f baremetal/boot.bochsrc  # boot.bochsrc loads disk.img
 
-# main:  (address 0x8800)
-e9 fb ff ff ff  # jump to address 0x8800
+# main:  (address 0x9000)
+e9 fb ff ff ff  # jump to main, hanging indefinitely
 
 # vim:ft=subx