Changeset 71
- Timestamp:
- Apr 8, 2017, 12:26:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r70 r71 81 81 ; when AUX_DEBUG is not defined. 82 82 ; 83 ;~AUX_DEBUG EQU83 AUX_DEBUG EQU 84 84 85 85 ; … … 235 235 LocLVM_InstallLetter equ 13h ; unknown BYTE (can be used ?) 236 236 237 ; Truncated to 11 chars when 237 ; Truncated to 11 chars when displayed in menu. 238 238 ; MiniLVM sets both to the same value. 239 239 ; Also, MiniLVM uses a 0-byte terminator, so the maximum length is 19d. … … 1892 1892 ; 1893 1893 ; Moved here to make room for packed hiddenparttable. 1894 ; This gets filled w hendrive-letters that are assigned using the dl-feature.1894 ; This gets filled with drive-letters that are assigned using the dl-feature. 1895 1895 ; 1896 1896 DriveLetters db LocIPT_MaxPartitions dup (0)
Note:
See TracChangeset
for help on using the changeset viewer.