summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-31 01:36:29 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-31 01:36:29 +0200
commitcd7312578948b7aee6bba8e91fbbc84b06f2f586 (patch)
treee41f68cc3338966e2003e7059ad2a021eda6ad5d /Makefile
parent7e35ac6593bce5ed3f0a00a2483bc82e23bb9fb9 (diff)
experimeting with my laptop
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
+
+
+