Ignore:
Timestamp:
Nov 7, 2017, 7:12:42 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Don't need this one yet [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/conv.asm

    r129 r179  
    6464; Out:         AX - |digitcount|digit2|digit1|digit0|
    6565; Destroyed:   none
     66IF 0
    6667CONV_BinToPBCD  Proc  Near uses cx
    6768
     
    109110        ret
    110111CONV_BinToPBCD  Endp
     112ENDIF
    111113
    112114
Note: See TracChangeset for help on using the changeset viewer.