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/special/apm.asm

    r57 r65  
    2525
    2626; Here is APM Code to turn off the computer
     27; Does not work on all BIOSes
     28; http://stackoverflow.com/questions/678458/shutdown-the-computer-using-assembly
    2729
    2830APM_TurnOffComputer            Proc Near  Uses ax bx cx
Note: See TracChangeset for help on using the changeset viewer.