Ignore:
Timestamp:
Oct 9, 2016, 10:53:41 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Updated Build Info and added File Commander Build Menus [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

Changes:
o Updated Build Info
o Added simple File Commander Build Menus
o Removed tabs from non-recipe sections in Makefiles

Notes:
o RU version currently does not build due to lack of code-space

Will be resolved when FX-code is removed from build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/c/install.h

    r60 r63  
    2222*/
    2323// Vendor
    24 #define     BLDLVL_VENDOR           "KIEWITZ"
     24//~ #define     BLDLVL_VENDOR           "KIEWITZ"
     25//~ #define     BLDLVL_VENDOR           "RDPe"
     26#define     BLDLVL_VENDOR           "*UNKNOWN*"
    2527// Version
    2628#define     BLDLVL_MAJOR_VERSION    "1"
    2729#define     BLDLVL_MIDDLE_VERSION   "1"
    28 #define     BLDLVL_MINOR_VERSION    "0"
     30#define     BLDLVL_MINOR_VERSION    "1"
    2931// Build date
    30 #define     BLDLVL_YEAR             "2013"
    31 #define     BLDLVL_MONTH            "04"
    32 #define     BLDLVL_DAY              "05"
     32#define     BLDLVL_YEAR             "2016"
     33#define     BLDLVL_MONTH            "10"
     34#define     BLDLVL_DAY              "09"
    3335// Build time
    34 #define     BLDLVL_HOURS            "01"
    35 #define     BLDLVL_MINUTES          "01"
    36 #define     BLDLVL_SECONDS          "00"
     36//~ #define     BLDLVL_HOURS            "01"
     37//~ #define     BLDLVL_MINUTES          "01"
     38//~ #define     BLDLVL_SECONDS          "00"
     39#define     BLDLVL_HOURS            "99"
     40#define     BLDLVL_MINUTES          "99"
     41#define     BLDLVL_SECONDS          "99"
    3742// Build machine
     43//~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
    3844#define     BLDLVL_MACHINE          "*UNKNOWN*"
    3945// Build language
     
    122128#define     CONFIG_OFFSET           0x6C00                              // Byte offset of config-sector
    123129#define     SECTORS_BEFORE_CONFIG   CONFIG_OFFSET / BYTES_PER_SECTOR    // Nr of sectors before config-sector
    124 
    125 
    126 
    127 
Note: See TracChangeset for help on using the changeset viewer.