From cd7312578948b7aee6bba8e91fbbc84b06f2f586 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 31 Aug 2014 01:36:29 +0200 Subject: experimeting with my laptop --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 + + + -- cgit v1.2.3