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 074d641e..277c2aad 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_baremetal baremetal/ex2.subx # emits disk.img +# ./translate_subx ex2.subx # emits disk.img # To run: # qemu-system-i386 disk.img # Or: |