diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 03:30:52 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 03:30:52 +0100 |
| commit | 03fb41e835ff4d10325351c1460e9445e4b572ca (patch) | |
| tree | f9438c664583e5a1be5339fb5cbfc9bcc1895453 /boot0/mbr.asm | |
| parent | 51c9f5abe06571845191b31f7442370ccb26f83a (diff) | |
improving build system
Diffstat (limited to 'boot0/mbr.asm')
| -rw-r--r-- | boot0/mbr.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot0/mbr.asm b/boot0/mbr.asm index 1673c0c..c0a555d 100644 --- a/boot0/mbr.asm +++ b/boot0/mbr.asm @@ -40,8 +40,8 @@ STR_BOOT: db "Boot drive: ",0 BOOT_DRIVE: db 0xff ; include print and disk load routines -%include "boot/print_string_16.asm" -%include "boot0/disk_load_16.asm" +%include "print_string_16.asm" +%include "disk_load_16.asm" ; Here we start! stage1: |
