From fcf265ca08620664628018c1b92f154f3d2b8282 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 31 Aug 2014 15:06:34 +0200 Subject: fixed MBR path in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dca46a3..b84c93b 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ KERNEL_ENTRY=./boot/kernel_entry.o #master boot record asm -MBR=./boot/acer/mbr.bin +MBR=./boot/mbr.bin #some fillup data (zeros) -- cgit v1.2.3