diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-28 00:25:54 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-28 00:25:54 -0800 |
commit | fa0e67c172ec110ebd419f34506ff0dfaad02042 (patch) | |
tree | a92e2810539c1d72fccc3ba63f64969bc6140a21 | |
parent | 49badfb697fb06c5fa09aced3d05706f93b55938 (diff) | |
download | mu-fa0e67c172ec110ebd419f34506ff0dfaad02042.tar.gz |
7673
-rw-r--r-- | baremetal/ex1.hex | 2 | ||||
-rw-r--r-- | baremetal/ex2.hex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex index 49f6e446..6f969f90 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 0x9000) +# main: (address 0x9400) e9 fb ff ff ff # jump to main, hanging indefinitely # vim:ft=subx diff --git a/baremetal/ex2.hex b/baremetal/ex2.hex index 171505e9..6c06565f 100644 --- a/baremetal/ex2.hex +++ b/baremetal/ex2.hex @@ -13,7 +13,7 @@ # Expected output: # html/baremetal.png -# main: (address 0x9000) +# main: (address 0x9400) # ecx <- LFB 8b # copy *rm32 to r32 |