Fixed freeldr fat16 boot sector to use the bios provided boot device number instead of the ( usually invalid ) one in the boot sector header.
Modified: trunk/reactos/boot/freeldr/bootsect/fat.asm
--- trunk/reactos/boot/freeldr/bootsect/fat.asm 2005-04-10 04:02:54 UTC (rev 14566) +++ trunk/reactos/boot/freeldr/bootsect/fat.asm 2005-04-10 05:00:27 UTC (rev 14567) @@ -89,9 +89,6 @@
mov es,ax ; Make ES correct
- cmp BYTE [BYTE bp+BootDrive],BYTE 0xff ; If they have specified a boot drive then use it - jne GetDriveParameters -
mov [BYTE bp+BootDrive],dl ; Save the boot drive