Changeset 44 for trunk/BOOTCODE/AIR-BOOT.ASM
- Timestamp:
- Apr 12, 2014, 12:05:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/AIR-BOOT.ASM
r43 r44 358 358 359 359 ; ID String, Date (DD,MM,CC,YY), Version Number, Language ID 360 db 'AiRBOOT', 2 0h, 02h, 20h, 12h, 01h, 08h, TXT_LanguageID360 db 'AiRBOOT', 21h, 02h, 20h, 12h, 01h, 08h, TXT_LanguageID 361 361 362 362 ; Total Sectors Count. … … 1743 1743 PartitionPointers dw 52 dup (?) ; Maximum is 52 entries till now 1744 1744 PartitionPointerCount db ? ; Count of total Partition Pointers 1745 PartitionXref db partition_count dup (?) ; X-Reference Table 1745 PartitionXref db partition_count dup (?) ; X-Reference Table (holds new partnr, index is old part nr) 1746 1746 PartitionVolumeLetters db partition_count dup (?) ; Volume-Letters 1747 1747 ; 0 - no LVM support … … 1888 1888 ; (excluding the size word at the start). 1889 1889 1890 ott db 512 dup(?) 1891 1890 1892 eobss: 1891 1893
Note:
See TracChangeset
for help on using the changeset viewer.