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/bootcode/version.inc

    r57 r63  
    3232AB_MAJOR_VERSION    EQU     1
    3333AB_MIDDLE_VERSION   EQU     1
    34 AB_MINOR_VERSION    EQU     0
     34AB_MINOR_VERSION    EQU     1
    3535
    3636; The Year, Month and Day in BCD so we can easily extract nibbles.
    37 AB_YEAR             EQU     2013h
    38 AB_MONTH            EQU     04h
    39 AB_DAY              EQU     05h
     37AB_YEAR             EQU     2016h
     38AB_MONTH            EQU     10h
     39AB_DAY              EQU     09h
    4040
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
    42 AB_HOURS            EQU     01h
    43 AB_MINUTES          EQU     01h
    44 AB_SECONDS          EQU     00h
     42;~ AB_HOURS            EQU     01h
     43;~ AB_MINUTES          EQU     01h
     44;~ AB_SECONDS          EQU     01h
     45AB_HOURS            EQU     99h
     46AB_MINUTES          EQU     99h
     47AB_SECONDS          EQU     99h
    4548
    4649; The AiR-BOOT signature uses big-endian so we shuffle some bits around.
Note: See TracChangeset for help on using the changeset viewer.