Changeset 96 for trunk/bootcode/regular/partscan.asm
- Timestamp:
- Apr 8, 2017, 12:26:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partscan.asm
r94 r96 80 80 mov cx, LocIPT_MaxPartitions 81 81 rep movsb 82 83 ; [Linux support removed since v1.02]84 ; ; Search for any Linux partition and remember, if it got found...85 ; mov si, offset PartitionTable86 ; movzx cx, CFG_Partitions87 ; xor dl, dl ; DL - Is Linux here ?88 ; or cx, cx89 ; jz PSSFP_NoPartitions90 ; PSSFP_LinuxLoop:91 ; cmp bptr [si+LocIPT_SystemID], 083h ; Hard-Coded92 ; jne PSSFP_NoLinux93 ; mov dl, 1 ; Linux found...94 ; PSSFP_NoLinux:95 ; add si, LocIPT_LenOfIPT96 ; loop PSSFP_LinuxLoop97 ; PSSFP_NoPartitions:98 ; mov GotLinux, dl ; Set Flag99 82 100 83 ; ...and finally check, if we need to set a Drive-Letter
Note:
See TracChangeset
for help on using the changeset viewer.