Changeset 76 for trunk/bootcode/regular/partscan.asm
- Timestamp:
- Apr 8, 2017, 12:26:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partscan.asm
r57 r76 222 222 223 223 call PARTSCAN_ScanPartition 224 IFDEF ReleaseCode 224 225 225 call DriveIO_SavePartition 226 ENDIF 226 227 227 call PARTSCAN_ScanPartitionForExtended 228 228 jc PSSDFP_LoadThisPartition 229 229 230 PSSDFP_InvalidPartition: 230 231 ret … … 304 305 ; Clearing the boot-flags on other disks would prevent booting them 305 306 ; from the BIOS. (TRAC ticket #6) 306 cmp dl, 080h ; See if this is boot-disk 307 cmp dl, 080h ; See if this is boot-disk 307 308 jne PSSP_Skip_Clear_BootFlag ; Nope, skip clear flag 308 309 and byte ptr [si+LocBRPT_Flags], 7Fh ; Reset the Active-Flag … … 704 705 PCCTP_CompareFailed: 705 706 mov ch, ah 706 ; Default Flags hinzufgen...707 ; Insert Default Flags... 707 708 mov cl, LocIPT_DefaultFlags 708 709
Note:
See TracChangeset
for help on using the changeset viewer.