Ignore:
Timestamp:
Oct 9, 2016, 10:53:41 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Updated Build Info and added File Commander Build Menus [v1.1.1-testing]

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

Changes:
o Updated Build Info
o Added simple File Commander Build Menus
o Removed tabs from non-recipe sections in Makefiles

Notes:
o RU version currently does not build due to lack of code-space

Will be resolved when FX-code is removed from build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/bldlevel.inc

    r57 r63  
    4141
    4242; Vendor
    43 BLDLVL_VENDOR           EQU     'KIEWITZ'
     43;~ BLDLVL_VENDOR           TEXTEQU <'KIEWITZ'>
     44;~ BLDLVL_VENDOR           TEXTEQU <'RDPe'>
     45BLDLVL_VENDOR           TEXTEQU <'*UNKNOWN*'>
    4446; Version
    4547BLDLVL_MAJOR_VERSION    EQU     AB_MAJOR_VERSION    + '0'
     
    5557BLDLVL_SECONDS          EQU     (AB_SECONDS SHR 4)+'0',(AB_SECONDS AND 0Fh)+'0'
    5658; Build machine
     59;~ BLDLVL_MACHINE          EQU     'OS2BLDBOX'    ; 16 chars max.
    5760BLDLVL_MACHINE          EQU     '*UNKNOWN*'    ; 16 chars max.
    5861; Build language
Note: See TracChangeset for help on using the changeset viewer.