Ignore:
Timestamp:
Apr 8, 2017, 2:58:41 AM (8 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.1.1-PUBLIC-TEST-RELEASE-20170408 [v1.1.1-testing]

We are at 99.999% from v1.1.2-RELEASE, which will be published shortly.
The build for this public test-release should be available here:
https://github.com/rousseaux/netlabs.air-boot/releases

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

    r175 r176  
    19501950
    19511951CFG_PartLast            db  0   ; Which Partition was booted last time ? (Base=0)
    1952 CFG_TimedBoot           db  0   ; Timed Boot Enable (for REAL Enable look TimedBootEnable)
     1952CFG_TimedBoot           db  1   ; Timed Boot Enable (for REAL Enable look TimedBootEnable)
    19531953CFG_TimedSecs           db  15  ; Timed Boot - How Many Seconds Till Boot
    19541954CFG_TimedDelay          dw  123 ; Timed Boot - Delay
Note: See TracChangeset for help on using the changeset viewer.