diff options
Diffstat (limited to 'ex2.subx')
-rw-r--r-- | ex2.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ex2.subx b/ex2.subx index 8ce467bd..cb75211c 100644 --- a/ex2.subx +++ b/ex2.subx @@ -1,11 +1,11 @@ # Test out the video mode by filling in the screen with pixels. # # To build a disk image: -# ./translate_subx ex2.subx # emits disk.img +# ./translate_subx boot.hex ex2.subx # emits disk.img # To run: # qemu-system-i386 disk.img # Or: -# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img +# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img == code |