From 7dffd8b76b610e3f3ecf9e94eafe25b8f42144d4 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 5 Sep 2014 10:14:10 +0200 Subject: added binary image of floppy --- FoolOS.img | Bin 0 -> 1474560 bytes Makefile | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 FoolOS.img diff --git a/FoolOS.img b/FoolOS.img new file mode 100644 index 0000000..4fa6490 Binary files /dev/null and b/FoolOS.img 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 -- cgit v1.2.3