diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ clean: rm -f $(TARGET) run: $(TARGET) - qemu-system-x86_64 -s -kernel $(TARGET) -serial stdio - #qemu-system-x86_64 -s -S -kernel $(TARGET) -drive file=hd.img,format=raw + qemu-system-i386 -s -kernel $(TARGET) -fda floppy.img -serial stdio + #qemu-system-i386 -s -S -kernel $(TARGET) -drive file=hd.img,format=raw .FORCE: |
