From 46cf7b79083f9ebe4c70f232fe564b62d09eac20 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 27 Dec 2020 11:39:17 -0800 Subject: 7427 --- html/baremetal/ex1.hex.html | 2 +- html/baremetal/ex2.hex.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'html/baremetal') 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