diff options
| -rw-r--r-- | FoolOS.img | bin | 0 -> 1474560 bytes | |||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/FoolOS.img b/FoolOS.img Binary files differnew file mode 100644 index 0000000..4fa6490 --- /dev/null +++ b/FoolOS.img @@ -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 |
