diff options
Diffstat (limited to 'ex5.mu')
-rw-r--r-- | ex5.mu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ex5.mu b/ex5.mu index 6f776d16..7a915ea7 100644 --- a/ex5.mu +++ b/ex5.mu @@ -2,11 +2,11 @@ # Also demonstrates bounds-checking _before_ drawing. # # To build a disk image: -# ./translate ex5.mu # emits disk.img +# ./translate ex5.mu # emits code.img # 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 # # Expected output: text in green near the top-left corner of screen |