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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.