diff options
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: |
