diff options
Diffstat (limited to 'boot0.hex')
-rw-r--r-- | boot0.hex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boot0.hex b/boot0.hex index e1ea98bd..4753451e 100644 --- a/boot0.hex +++ b/boot0.hex @@ -9,14 +9,14 @@ # halts. # # 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 +# dd if=/dev/zero of=code.img count=20160 # 512-byte sectors, so 10MB # Now fill in sectors: # bootstrap/bootstrap run hex < boot0.hex > boot.bin -# dd if=boot.bin of=disk.img conv=notrunc +# dd if=boot.bin of=code.img conv=notrunc # To run: -# qemu-system-i386 disk.img +# qemu-system-i386 code.img # Or: -# bochs -f bochsrc # bochsrc loads disk.img +# bochs -f bochsrc # bochsrc loads code.img # # Since we start out in 16-bit mode, we need instructions SubX doesn't # support. |