Changeset 134


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

Use scratch area for INT13X check (debugging) [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/driveio.asm

    r130 r134  
    4343            ;~ call    AuxIO_DumpParagraph
    4444            ;~ call    AuxIO_TeletypeNL
    45             mov     si, offset [INT13X_DiskParams]
     45            mov     si, offset [Scratch]
    4646            mov     word ptr [si], 50h
    4747            mov     ah, 48h
Note: See TracChangeset for help on using the changeset viewer.