about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-07 20:17:32 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-07 20:17:32 -0800
commit53d99784dea3f0ed498208418e75d5a75758d1b0 (patch)
treef90aa690a98710607bc78234ad71855fd06376e5
parent6dc972270481bc9f1a81f5119c5f0fa7e98a76ad (diff)
downloadmu-53d99784dea3f0ed498208418e75d5a75758d1b0.tar.gz
7479
-rw-r--r--baremetal/boot.hex6
1 files changed, 3 insertions, 3 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex
index 1675b167..598ed74e 100644
--- a/baremetal/boot.hex
+++ b/baremetal/boot.hex
@@ -289,12 +289,12 @@ e9 fb ff  # loop forever
 # 1ce:
 # var keyboard circular buffer
 # write index: nibble
-00
+  00
 # 1cf:
 # read index: nibble
-00
+  00
 # circular buffer: byte[16]
-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 
 # padding
 # 1e0: