Changeset 222


Ignore:
Timestamp:
Nov 9, 2017, 11:25:52 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Updated Version Information [v1.1.3-testing]

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.2-manual.pdf

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.md5

    r188 r222  
    1 7af8922d9ad553da88e32c98ee2717cd  airboot.bin
     16d12a524227902466ab26d98476969bc  airboot.bin
  • trunk/include/version.h

    r212 r222  
    4848#define     BLDLVL_YEAR             "2017"
    4949#define     BLDLVL_MONTH            "11"
    50 #define     BLDLVL_DAY              "07"
     50#define     BLDLVL_DAY              "09"
    5151
    5252// Build time
     
    6565#define     BLDLVL_YEAR             "2017"
    6666#define     BLDLVL_MONTH            "11"
    67 #define     BLDLVL_DAY              "07"
     67#define     BLDLVL_DAY              "08"
    6868
    6969// Build time
  • trunk/include/version.inc

    r212 r222  
    3737AB_YEAR             EQU     2017h
    3838AB_MONTH            EQU     11h
    39 AB_DAY              EQU     07h
     39AB_DAY              EQU     09h
    4040
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
     
    5555AB_YEAR             EQU     2017h
    5656AB_MONTH            EQU     11h
    57 AB_DAY              EQU     07h
     57AB_DAY              EQU     08h
    5858
    5959; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.