diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-20 19:04:41 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-20 19:04:41 +0200 |
| commit | 72857991ed93a55dd0f14f95a19de48574db7cc3 (patch) | |
| tree | ed564f10da183dcaf501ddcba166befe3d1ccf3a /boot | |
| parent | dc164927e71d760a41494ab1edf8e3deeda401db (diff) | |
functional floppy driver (in emulators at least)
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/mbr.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm index 2d87c20..3406b55 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -26,7 +26,7 @@ KERNEL_OFFSET equ 0x1000 jmp boot_16 ;start boot process BOOT_DRIVE: - db 0 + db 0xff ;SOME Global Data, mainly strings STR_VERSION: |
