diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 + + + |
