Changeset 96 for trunk/bootcode/airboot.asm
- Timestamp:
- Apr 8, 2017, 12:26:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r89 r96 1313 1313 call AFTERCRAP_Main 1314 1314 1315 ; [Linux support removed since v1.02]1316 ; Now get FAT16-Linux Kernel Partition, If requested1317 ;cmp [CFG_LinuxKrnlPartition], 0FFh1318 ;je MBR_Main_NoLinuxKrnlPartition1319 ;call LINUX_InitFAT16access1320 ;MBR_Main_NoLinuxKrnlPartition:1321 1322 1323 1324 1315 MBR_Main_ReEnterBootMenuPre: 1325 1316 ; SetUp PartitionPointers for BootMenu (filter non-bootable) … … 1576 1567 include special/virus.asm ; Virus Detection / Anti-Virus 1577 1568 size_virus = $-b_virus 1578 1579 ; [Linux support removed since v1.02]1580 ;include special/fat16.asm ; FAT-16 Support1581 ;include special/linux.asm ; Linux Kernel Support1582 1569 1583 1570 b_billsuxx: … … 1899 1886 ; It is truncated to 11 chars because AiR-BOOT currently does not support 1900 1887 ; longer labelnames. The name is also capitalized. 1901 ;OS2_InstallVolume db 12 dup (0)1902 ;OS2_InstallVolume db 'HIGHLOG' ,01903 ;OS2_InstallVolume db 'ECS-MIDDLE',0,01904 ;OS2_InstallVolume db 'ECS-HIGH',0,0,0,01905 ;OS2_InstallVolume db 'ECS-HIGH',0,'NO',01906 ;OS2_InstallVolume db 'KANWEG2',01907 1888 OS2_InstallVolume db 0,'NOPHASEONE' ,0 1908 1889 … … 2317 2298 LVM_CRCTable dd 256 dup (?) ; LVM-CRC (->SPECiAL\LVM.asm) 2318 2299 2319 ;~ ; [Linux support removed since v1.02]2320 ;~ FAT16_Drive db ? ; FAT-16: Drive of FAT16-partition2321 ;~ FAT16_AbsPartitionBegin dd ? ; FAT-16: LBA Begin of Partition2322 ;~ FAT16_SecsPerCluster db ? ; FAT-16: Sectors Per Cluster2323 ;~ FAT16_NumOfRootEntries dw ? ; FAT-16: Number of Root Entries2324 ;~ FAT16_SecsPerFAT dw ? ; FAT-16: Sectors Per FAT2325 ;~ FAT16_AbsFATBegin dd ? ; FAT-16: LBA Begin of FAT2326 ;~ FAT16_AbsRootBegin dd ? ; FAT-16: LBA Begin of Root2327 ;~ FAT16_AbsClusterBegin dd ? ; FAT-16: LBA Begin of Clusters2328 ;~ FAT16_FATCacheSector db ? ; FAT-16: FAT-Sector No in Cache2329 ;~ FAT16_FATCache db 512 dup (?) ; FAT-16: FAT-Area Cache2330 ;~ LINUX_KernelEntries db 680 dup (?) ; 34*20 -> Space for Kernel-Entries2331 ;~ LINUX_KernelNo db ? ; Total of Kernels in KernelEntries2332 ;~ LINUX_KernelSizeTable db 120 dup (?) ; Size-Table (6 bytes per kernel)2333 2300 2334 2301
Note:
See TracChangeset
for help on using the changeset viewer.