Changeset 76 for trunk/bootcode/regular/partmain.asm
- Timestamp:
- Apr 8, 2017, 12:26:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partmain.asm
r73 r76 595 595 call PART_SearchFileSysHiddenID ; Put on =STEALTH= 596 596 mov bptr es:[di+LocBRPT_SystemID], al 597 IFDEF ReleaseCode 598 call DriveIO_SavePartition ; Saves Partition-Table 599 ENDIF 597 call DriveIO_SavePartition ; Saves Partition-Table 600 598 ret 601 599 PART_HidePartition EndP … … 1096 1094 1097 1095 1098 IFDEF ReleaseCode1099 1096 ; 1100 1097 ; Save configuration on HDD boots (save CFG_PartLast) 1101 1098 ; 1102 1099 call DriveIO_SaveConfiguration 1103 ENDIF1104 1100 1105 1101 … … 1201 1197 1202 1198 1203 IFDEF ReleaseCode1204 1199 ; 1205 1200 ; Save the Partition Table. 1206 1201 ; 1207 1202 call DriveIO_SavePartition ; Saves the Partition-Table [SAVE] 1208 ENDIF1209 1203 1210 1204 … … 1343 1337 call DriveIO_LoadPartition ; Load Primary Partition Table 1344 1338 call PART_MarkFirstGoodPrimary 1345 1346 IFDEF ReleaseCode1347 1339 call DriveIO_SavePartition ; Saves the Partition-Table 1348 ENDIF1349 1340 1350 1341 … … 2208 2199 ; # JUMP TO THE PBR LOADER CODE # 2209 2200 ; ############################### 2210 IFDEF ReleaseCode 2211 db 0EAh 2212 dw StartBasePtr 2213 dw StartBaseSeg 2214 ENDIF 2201 db 0EAh 2202 dw StartBasePtr 2203 dw StartBaseSeg 2215 2204 2216 2205
Note:
See TracChangeset
for help on using the changeset viewer.