diff options
Diffstat (limited to 'boot0.hex')
-rw-r--r-- | boot0.hex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot0.hex b/boot0.hex index 197be1e7..01cc9c56 100644 --- a/boot0.hex +++ b/boot0.hex @@ -11,12 +11,12 @@ # 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 # Now fill in sectors: -# bootstrap/bootstrap run hex < baremetal/boot0.hex > boot.bin +# bootstrap/bootstrap run hex < boot0.hex > boot.bin # dd if=boot.bin of=disk.img conv=notrunc # To run: # qemu-system-i386 disk.img # Or: -# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img +# bochs -f boot.bochsrc # boot.bochsrc loads disk.img # # Since we start out in 16-bit mode, we need instructions SubX doesn't # support. |