summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index efb5cf8..0de951a 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,6 @@
+qemu: floppy
+ qemu-system-i386 out/floppy.img
+
floppy: kernel boot
mkdir -p obj out
/sbin/mkfs.fat -C -R 17 -n "PORTLAND OS" obj/shadow.img 1440