[ros-diffs] [phreak] 14567: Fixed freeldr fat16 boot sector to use
the bios provided boot device number instead of the ( usually
invalid ) one in the boot sector header.
phreak at svn.reactos.com
phreak at svn.reactos.com
Sun Apr 10 07:00:32 CEST 2005
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
_____
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050410/1a9fb77f/attachment.html
More information about the Ros-diffs
mailing list