diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 15:06:34 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 15:06:34 +0200 |
| commit | fcf265ca08620664628018c1b92f154f3d2b8282 (patch) | |
| tree | 11896412ce5a9e0fdf3cfba8c5513b88d9388646 /Makefile | |
| parent | 3fa203061bdae80c75c5f08afa1a607b1c62c075 (diff) | |
fixed MBR path in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
