diff options
Diffstat (limited to 'baremetal/ex1.hex')
-rw-r--r-- | baremetal/ex1.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex index d891b47e..238823e9 100644 --- a/baremetal/ex1.hex +++ b/baremetal/ex1.hex @@ -5,7 +5,7 @@ # # To convert to a disk image, first prepare a realistically sized disk image: # dd if=/dev/zero of=disk.img count=20160 # 512-byte sectors, so 10MB -# Load the disk image: +# Load the program on the disk image: # cat baremetal/boot.hex baremetal/ex1.hex |./bootstrap run apps/hex > a.bin # dd if=a.bin of=disk.img conv=notrunc # To run: |