diff options
Diffstat (limited to 'ex4.mu')
-rw-r--r-- | ex4.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex4.mu b/ex4.mu index 5b883131..54da7c20 100644 --- a/ex4.mu +++ b/ex4.mu @@ -1,7 +1,7 @@ # Draw a character using the built-in font (GNU unifont) # # To build a disk image: -# ./translate_mu_baremetal baremetal/ex4.mu # emits disk.img +# ./translate ex4.mu # emits disk.img # To run: # qemu-system-i386 disk.img # Or: |