Ignore:
Timestamp:
Jul 8, 2018, 7:40:44 PM (7 years ago)
Author:
Ben Rietbroek
Message:

Remove hard-coded length of menu-prepare message [v1.1.5-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.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.asm

    r234 r243  
    14561456                call    VideoIO_Print
    14571457                inc     [TextPosY]
    1458                 mov     [TextPosX], 57
     1458                mov     [TextPosX], 79 - sizeof [PREPMessage]
    14591459                call    MBR_TeletypeSyncPos
    14601460                mov     si, offset [PREPMessage]
Note: See TracChangeset for help on using the changeset viewer.