Changeset 221


Ignore:
Timestamp:
Nov 9, 2017, 11:25:51 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Also disabled FX-module for EN-version [v1.1.3-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.2-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.asm

    r202 r221  
    115115; different from being 'slash-dotted' ... ;)
    116116;
    117 IF  BLD_LANG_TXT EQ 'en'
    118 IFNDEF  AUX_DEBUG
    119 FX_ENABLED      EQU
    120 ENDIF
    121 ELSE
    122     echo
    123     echo ***** NOTE: Excluding FX-module for this language ! *****
    124     echo
    125 ENDIF
    126 
     117
     118;~ IF  BLD_LANG_TXT EQ 'en'
     119;~ IFNDEF  AUX_DEBUG
     120;~ FX_ENABLED      EQU
     121;~ ENDIF
     122;~ ELSE
     123    ;~ echo
     124    ;~ echo ***** NOTE: Excluding FX-module for this language ! *****
     125    ;~ echo
     126;~ ENDIF
     127
     128echo
     129echo *** NOTE: As of v1.1.4-RELEASE the FX-module is excluded to save space ***
     130echo
    127131
    128132; -----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.