summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FoolOS.imgbin0 -> 1474560 bytes
-rw-r--r--Makefile4
2 files changed, 4 insertions, 0 deletions
diff --git a/FoolOS.img b/FoolOS.img
new file mode 100644
index 0000000..4fa6490
--- /dev/null
+++ b/FoolOS.img
Binary files differ
diff --git a/Makefile b/Makefile
index c366cc7..33f2d85 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,10 @@ run: all
clean:
-rm *.bin *.img bochs.log $(KERNEL_ENTRY) $(ASMOBJECTS) $(OBJECTS) $(FILLUP) $(MBR) $(MP_BIN) bochs.out ne2k-tx.log ne2k-txdump.txt $(STAGE2)
+release: all
+ -rm *.bin FoolData.img binfont.img bochs.log $(KERNEL_ENTRY) $(ASMOBJECTS) $(OBJECTS) $(FILLUP) $(MBR) $(MP_BIN) bochs.out ne2k-tx.log ne2k-txdump.txt $(STAGE2)
+
+
############ test stuff ############
stick: FoolOS.img
cat FoolOS.img > $(USB_STICK) && sync