Changeset 144 for trunk/bootcode/airboot.asm
- Timestamp:
- Apr 8, 2017, 12:27:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r142 r144 1138 1138 ENDIF 1139 1139 1140 ; ----------------------------------------------------------------------------- 1141 ; PARTITION SCAN 1142 ; ----------------------------------------------------------------------------- 1143 1144 1145 1146 1147 1148 1149 ; 1150 ; BOOKMARK: Scan all partitions 1140 1141 ; ----------------------------------------------------------------------------- 1142 ; SCAN DISKS 1143 ; ----------------------------------------------------------------------------- 1144 1145 ; 1146 ; Scan disks for information like size etc. 1147 ; 1148 call DriveIO_ScanDisks 1149 1150 1151 1152 ; ----------------------------------------------------------------------------- 1153 ; SCAN FOR PARTITIONS 1154 ; ----------------------------------------------------------------------------- 1155 1156 ; 1157 ; Scan disks for partitions 1151 1158 ; 1152 1159 call PARTSCAN_ScanForPartitions 1160 1161 ; 1153 1162 ; Internal Partition Table is now populated. 1163 ; 1164 1154 1165 1155 1166 ;!
Note:
See TracChangeset
for help on using the changeset viewer.