Changeset 55 for trunk/BOOTCODE/REGULAR/PARTSCAN.ASM
- Timestamp:
- Jan 28, 2016, 9:39:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/PARTSCAN.ASM
r54 r55 301 301 302 302 PSSP_IgnorePartition: 303 ; Lscht das Boot-Able Flag... 304 ; CHECKME: About clearing the active flags, TRACK ticket #6 305 and byte ptr [si+LocBRPT_Flags], 7Fh ; Reset the Active-Flag 303 ; Only clear the boot-flag on the boot-disk. 304 ; Clearing the boot-flags on other disks would prevent booting them 305 ; from the BIOS. (TRAC ticket #6) 306 cmp dl, 080h ; See if this is boot-disk 307 jne PSSP_Skip_Clear_BootFlag ; Nope, skip clear flag 308 and byte ptr [si+LocBRPT_Flags], 7Fh ; Reset the Active-Flag 309 PSSP_Skip_Clear_BootFlag: 306 310 add si, LocBRPT_LenOfEntry ; 16 Bytes per partition entry 307 311 cmp si, 500+offset PartitionSector
Note:
See TracChangeset
for help on using the changeset viewer.