Changeset 140


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

We don't want this one destroying registers [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
  • TabularUnified trunk/bootcode/regular/driveio.asm

    r137 r140  
    2929; Check if INT13X extensions are supported.
    3030; AirBoot requires these extensions, and will halt if they are not available.
    31 ; Modified: AX, BX, CX, DX, CF
    32 DriveIO_CheckFor13extensions    Proc Near
     31; Modified: [CurIO_UseExtension]
     32DriveIO_CheckFor13extensions    Proc Near   Uses ax bx cx dx
    3333        mov     ah, 41h
    3434        mov     bx, 55AAh
Note: See TracChangeset for help on using the changeset viewer.