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/regular/std_text.asm

    r57 r63  
    5555            db BLDLVL_MINOR_VERSION,' - (c) 1998-'
    5656            db BLDLVL_YEAR
    57             ;~ db ' M. Kiewitz  <<Release Candidate 4>> (bld: '
    58             db ' Martin Kiewitz, Dedicated to Gerd Kiewitz'
    59             ;~ db BLDLVL_YEAR
    60             ;~ db BLDLVL_MONTH
    61             ;~ db BLDLVL_DAY,')'
     57            ;~ db ' M. Kiewitz  <<Release Candidate 4>>  (bld: '
     58            db ' M. Kiewitz   << Test Build >>   (bld:'
     59            ;~ db ' Martin Kiewitz, Dedicated to Gerd Kiewitz'
     60            db BLDLVL_YEAR
     61            db BLDLVL_MONTH
     62            db BLDLVL_DAY,')'
    6263            db 0
    6364
Note: See TracChangeset for help on using the changeset viewer.