Changeset 184 for trunk/bootcode/fcl.mnu


Ignore:
Timestamp:
Nov 7, 2017, 7:12:49 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Added 'CRC_IGNORE' option for debug building [v1.1.1-testing]

The CRC is calculated and inserted in the loader image when AiR-BOOT is
installed. Ignoring the CRC enables manually merging the loader without
using the installer. This is used for debugging in virtual machines,
where it is easy to merge the loader to the disk image of the VM.

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/fcl.mnu

    r183 r184  
    44
    55B:      Build Development Version [EN]
    6         bash -c "BLDLVL_VENDOR= BLDLVL_MACHINE= make dev DEV_BLD_LANG=en USE_GNU_MAKE=y"
     6        make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
    77V:      Build Vendor Dev  Version [EN]
    8         make dev DEV_BLD_LANG=en USE_GNU_MAKE=y
     8        make dev DEV_BLD_LANG=en BLDLVL_VENDOR=${USER} BLDLVL_MACHINE=${HOSTNAME} USE_GNU_MAKE=y
    99-:      ------------------------------
    1010M:      Build Development Version [??]
    1111{
    12121:      English
    13         make dev DEV_BLD_LANG=en USE_GNU_MAKE=y
     13        make dev DEV_BLD_LANG=en USE_GNU_MAKE=y CRC_IGNORE=y
    14142:      German
    15         make dev DEV_BLD_LANG=de USE_GNU_MAKE=y
     15        make dev DEV_BLD_LANG=de USE_GNU_MAKE=y CRC_IGNORE=y
    16163:      Dutch
    17         make dev DEV_BLD_LANG=nl USE_GNU_MAKE=y
     17        make dev DEV_BLD_LANG=nl USE_GNU_MAKE=y CRC_IGNORE=y
    18184:      French
    19         make dev DEV_BLD_LANG=fr USE_GNU_MAKE=y
     19        make dev DEV_BLD_LANG=fr USE_GNU_MAKE=y CRC_IGNORE=y
    20205:      Italian
    21         make dev DEV_BLD_LANG=it USE_GNU_MAKE=y
     21        make dev DEV_BLD_LANG=it USE_GNU_MAKE=y CRC_IGNORE=y
    22226:      Swedish
    23         make dev DEV_BLD_LANG=sw USE_GNU_MAKE=y
     23        make dev DEV_BLD_LANG=sw USE_GNU_MAKE=y CRC_IGNORE=y
    24247:      Russian
    25         make dev DEV_BLD_LANG=ru USE_GNU_MAKE=y
     25        make dev DEV_BLD_LANG=ru USE_GNU_MAKE=y CRC_IGNORE=y
    2626}
    2727C:      Clean
Note: See TracChangeset for help on using the changeset viewer.