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