summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7e6ffb..54af936 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ KERNEL_ENTRY=./boot/kernel_entry.o
#master boot record asm
-MBR=./boot/mbr.bin
+MBR=./boot/acer/mbr.bin
#some fillup data (zeros)
@@ -103,5 +103,12 @@ run: FoolOS.img
clean:
-rm *.bin *.img bochs.log $(KERNEL_ENTRY) $(ASMOBJECTS) $(OBJECTS) $(FILLUP) $(MBR) bochs.out ne2k-tx.log ne2k-txdump.txt
+############ test stuff ############
+acer: FoolOS.img
+ cat FoolOS.img > /dev/sdf && sync
+ xxd /dev/sdf | head -n 50
+
+
+