From 72857991ed93a55dd0f14f95a19de48574db7cc3 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 20 Aug 2014 19:04:41 +0200 Subject: functional floppy driver (in emulators at least) --- boot/mbr.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/mbr.asm') 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: -- cgit v1.2.3