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

Removed used assembler from build-info display [v1.1.1-testing]

Building with the other assemblers is going to be removed to exploit
JWasm to the max. We've been using JWasm since revision #42, so nothing
new about that anymore. And we gain some precious code-space again.

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

    r161 r163  
    104104
    105105; Build Information string.
    106 build_info      db  'Build Date: ',0
     106build_date      db  'Build Date: ',0
    107107jwasm_txt       db  'JWasm',0
    108108masm_txt        db  'Masm',0
Note: See TracChangeset for help on using the changeset viewer.