Changeset 176


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

Location:
trunk
Files:
4 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
  • trunk/bootcode/airboot.md5

    r175 r176  
    1 8cf5e60c163921dd44a401115ca72682  airboot.bin
     1966d84e065c842c29fcf8c77b28f1428 *airboot.bin
  • trunk/include/version.h

    r162 r176  
    3232#define     BLDLVL_YEAR             "2017"
    3333#define     BLDLVL_MONTH            "04"
    34 #define     BLDLVL_DAY              "07"
     34#define     BLDLVL_DAY              "08"
    3535// Build time
    3636//~ #define     BLDLVL_HOURS            "01"
  • trunk/include/version.inc

    r174 r176  
    7070AB_YEAR             EQU     2017h
    7171AB_MONTH            EQU     04h
    72 AB_DAY              EQU     07h
     72AB_DAY              EQU     08h
    7373
    7474; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.