Changeset 64 for trunk/bootcode


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

Updated Contact Information [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/bootcode
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.md5

    r63 r64  
    1 ceb2087429349e3c619e30c238982c65 *airboot.bin
     1d18ec4b581b32d87a485317e1a31ecd4 *airboot.bin
  • trunk/bootcode/regular/std_text.asm

    r63 r64  
    8383                            db 'For more information and source, please visit:', 0
    8484                            db 'http://svn.netlabs.org/air-boot', 0
    85                             db 'Contact via e-mail: ', 0, 'airboot@ecomstation.com', 0
     85                            db 'Contact via e-mail: ', 0, 'rousseau.os2dev@gmx.com', 0
    8686
    8787; Table that points to BIOS device names.
     
    103103; MBR protection; should also be translated and moved.
    104104NonMBRwrite     db  'AiR-BOOT TRIED TO WRITE A non-MBR TO DISK !!',0
    105 NonMBRwrite_rep db  'Please report this at airboot@ecomstation.com',0
     105NonMBRwrite_rep db  'Please report this at rousseau.os2dev@gmx.com',0
    106106SystemHalted    db  'System Halted',0
    107107
     
    113113tasm_txt        db  'Tasm',0
    114114unknown_txt     db  '????',0
    115 
  • trunk/bootcode/version.inc

    r63 r64  
    3737AB_YEAR             EQU     2016h
    3838AB_MONTH            EQU     10h
    39 AB_DAY              EQU     09h
     39AB_DAY              EQU     10h
    4040
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.