From 46cf7b79083f9ebe4c70f232fe564b62d09eac20 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Dec 2020 11:39:17 -0800 Subject: 7427 --- baremetal/ex1.hex | 2 +- baremetal/ex2.hex | 2 +- html/baremetal/ex1.hex.html | 2 +- html/baremetal/ex2.hex.html | 2 +- 4 files changed, 4 insertions(+), 4 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: diff --git a/baremetal/ex2.hex b/baremetal/ex2.hex index 09103bcd..a2f91106 100644 --- a/baremetal/ex2.hex +++ b/baremetal/ex2.hex @@ -2,7 +2,7 @@ # # To run, 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/ex2.hex |./bootstrap run apps/hex > a.bin # dd if=a.bin of=disk.img conv=notrunc # To run: diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html index 5fc1129c..92c4ab4e 100644 --- a/html/baremetal/ex1.hex.html +++ b/html/baremetal/ex1.hex.html @@ -58,7 +58,7 @@ if ('onhashchange' in window) { 5 # 6 # To convert to a disk image, first prepare a realistically sized disk image: 7 # dd if=/dev/zero of=disk.img count=20160 # 512-byte sectors, so 10MB - 8 # Load the disk image: + 8 # Load the program on the disk image: 9 # cat baremetal/boot.hex baremetal/ex1.hex |./bootstrap run apps/hex > a.bin 10 # dd if=a.bin of=disk.img conv=notrunc 11 # To run: diff --git a/html/baremetal/ex2.hex.html b/html/baremetal/ex2.hex.html index 437dbb0d..008f2dd3 100644 --- a/html/baremetal/ex2.hex.html +++ b/html/baremetal/ex2.hex.html @@ -55,7 +55,7 @@ if ('onhashchange' in window) { 2 # 3 # To run, first prepare a realistically sized disk image: 4 # dd if=/dev/zero of=disk.img count=20160 # 512-byte sectors, so 10MB - 5 # Load the disk image: + 5 # Load the program on the disk image: 6 # cat baremetal/boot.hex baremetal/ex2.hex |./bootstrap run apps/hex > a.bin 7 # dd if=a.bin of=disk.img conv=notrunc 8 # To run: -- cgit 1.4.1-2-gfad0