Changeset 161 for trunk/bootcode/regular


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

Moved this message to the correct module [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/regular
Files:
2 edited

Legend:

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

    r142 r161  
    357357
    358358
    359 AuxIOHello  db 10,10,10,'<<<<< AiR-BOOT SERIAL DEBUGGER ACTIVE >>>>>',10,0
     359AuxInitMsg      db 'Serial Communications active on COM',0
     360AuxIOHello      db 10,10,10,'<<<<< AiR-BOOT SERIAL DEBUGGER ACTIVE >>>>>',10,0
  • trunk/bootcode/regular/std_text.asm

    r64 r161  
    9191                        dw     0
    9292
    93 ; Com-port debugging header.
    94 AuxInitMsg              db 'Initializing Serial Communications on COM',0
    95 
    9693; LVM protection messages; should be translated and moved to lang-files.
    9794TXT_SETUP_NoEditType35      db 'Labels of LVM-Data partitions cannot be changed', 0
Note: See TracChangeset for help on using the changeset viewer.