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

Added a function to calculate pointer to DISKINFO entry [v1.1.1-testing]

The DISKINFO structure will replace all the loose disk related variables
like BIOS_*, LVM_*, LOG_* etc. This function returns a pointer into
the DISKINFO array using the BIOS disk number as the index.

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

    r129 r130  
    6969; The Year, Month and Day in BCD so we can easily extract nibbles.
    7070AB_YEAR             EQU     2017h
    71 AB_MONTH            EQU     03h
    72 AB_DAY              EQU     31h
     71AB_MONTH            EQU     04h
     72AB_DAY              EQU     04h
    7373
    7474; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.