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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/baremetal/ex1.hex.html') 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: -- cgit 1.4.1-2-gfad0