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

Use different colors for testbuilds [v1.1.1-testing]

When the colors for a testbuild are the same as the colors used for a
release, it's easy to forget one is using a testbuild. So, from now on
testbuilds will use a different color-scheme as a reminder.

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/version.inc

    r64 r65  
    1818;
    1919
     20;
     21; If the EQU below is enabled, the testbuild color-scheme will be used.
     22;
     23TESTBUILD           EQU
     24
     25; COLORS basic
     26; 0 = black
     27; 1 = blue
     28; 2 = green
     29; 3 = cyan
     30; 4 = red
     31; 5 = magenta
     32; 6 = brown
     33; 7 = white
     34; 8 = grey
     35
     36; COLORS all (fg)
     37; 00h black
     38; 10h blue
     39; 20h green (also nice)
     40; 30h cyan (also nice)
     41; 40h red
     42; 50h magenta
     43; 60h brown (nice)
     44; 70h white
     45; 80h grey
     46; 90h light blue (nice)
     47; a0h bright green
     48; b0h bright cyan
     49; c0h bright red
     50; d0h bright magenta
     51; e0h bright yellow
     52; f0h bright white
    2053
    2154;
Note: See TracChangeset for help on using the changeset viewer.