Ignore:
Timestamp:
Apr 8, 2017, 12:25:44 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Minor fixes for building on Linux [v1.1.1-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.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/os2/setaboot/setaboot.h

    r64 r68  
    1616#define     BLDLVL_MINOR_VERSION    "1"
    1717// Build date
    18 #define     BLDLVL_YEAR             "2016"
    19 #define     BLDLVL_MONTH            "10"
    20 #define     BLDLVL_DAY              "10"
     18#define     BLDLVL_YEAR             "2017"
     19#define     BLDLVL_MONTH            "03"
     20#define     BLDLVL_DAY              "15"
    2121// Build time
    2222//~ #define     BLDLVL_HOURS            "01"
    2323//~ #define     BLDLVL_MINUTES          "01"
    2424//~ #define     BLDLVL_SECONDS          "00"
    25 #define     BLDLVL_HOURS            "99"
    26 #define     BLDLVL_MINUTES          "99"
    27 #define     BLDLVL_SECONDS          "99"
     25#define     BLDLVL_HOURS            "23"
     26#define     BLDLVL_MINUTES          "59"
     27#define     BLDLVL_SECONDS          "59"
    2828// Build machine
    2929//~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
Note: See TracChangeset for help on using the changeset viewer.