Changeset 65 for trunk/bootcode/version.inc
- Timestamp:
- Oct 11, 2016, 10:41:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/version.inc
r64 r65 18 18 ; 19 19 20 ; 21 ; If the EQU below is enabled, the testbuild color-scheme will be used. 22 ; 23 TESTBUILD 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 20 53 21 54 ;
Note:
See TracChangeset
for help on using the changeset viewer.