Ignore:
Timestamp:
Apr 8, 2017, 12:26:41 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Removed Linux noise [v1.1.1-testing]

This stuff was already commented out and not applicable anymore.
It was used to directly boot Linux kernels from FAT some eons ago.
Linux is supported by chain-loading GRUB.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/bootmenu.asm

    r73 r96  
    955955        mov     Menu_EntryAutomatic, dl
    956956
    957         ;~ ; [Linux support removed since v1.02]
    958         ;~ ; Okay, now we check if Default/Last Kernel Partition Name is available...
    959         ;~ ;  if so, simply set Menu_EntryDefault/Menu_EntryLast.
    960         ;~ mov     si, offset CFG_LinuxDefaultKernel
    961         ;~ call    LINUX_SearchKernelName        ; DL - Filtered Entry No
    962         ;~ cmp     dl, 0FFh
    963         ;~ je      BMRMV_DefaultKernelNF
    964         ;~ mov     Menu_EntryDefault, dl
    965     ;~ BMRMV_DefaultKernelNF:
    966         ;~ mov     si, offset CFG_LinuxLastKernel
    967         ;~ call    LINUX_SearchKernelName        ; DL - Filtered Entry No
    968         ;~ cmp     dl, 0FFh
    969         ;~ je      BMRMV_LastKernelNF
    970         ;~ mov     Menu_EntryLast, dl
    971     ;~ BMRMV_LastKernelNF:
    972 
    973957        ; restlichen Variablen berechnen...
    974958        mov     dl, Menu_TotalParts
Note: See TracChangeset for help on using the changeset viewer.