Changeset 179 for trunk


Ignore:
Timestamp:
Nov 7, 2017, 7:12:42 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Don't need this one yet [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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/conv.asm

    r129 r179  
    6464; Out:         AX - |digitcount|digit2|digit1|digit0|
    6565; Destroyed:   none
     66IF 0
    6667CONV_BinToPBCD  Proc  Near uses cx
    6768
     
    109110        ret
    110111CONV_BinToPBCD  Endp
     112ENDIF
    111113
    112114
  • trunk/include/version.h

    r177 r179  
    3232#define     BLDLVL_YEAR             "2017"
    3333#define     BLDLVL_MONTH            "04"
    34 #define     BLDLVL_DAY              "12"
     34#define     BLDLVL_DAY              "13"
    3535// Build time
    3636//~ #define     BLDLVL_HOURS            "01"
  • trunk/include/version.inc

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