summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-31 15:06:34 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-31 15:06:34 +0200
commitfcf265ca08620664628018c1b92f154f3d2b8282 (patch)
tree11896412ce5a9e0fdf3cfba8c5513b88d9388646
parent3fa203061bdae80c75c5f08afa1a607b1c62c075 (diff)
fixed MBR path in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)