Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc


Ignore:
Timestamp:
Jan 25, 2012, 2:36:47 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • AH=0Ch (Seek) should work properly again.
  • More than 127 sectors are no longer allowed for EBIOS functions.
  • Changed location for BOOTNFO structs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc

    r218 r221  
    4141    .bSize                  resb    1   ; 0, Size of this packet in bytes
    4242    .bReservedAt1           resb    1   ; 1, Currently unused, must be zero
    43     .bSectorCount           resb    1   ; 2, Number of sectors to process (0...127)
    44     .bReservedAt3           resb    1   ; 3, Currently unused, must be zero
     43    .wSectorCount           resb    1   ; 2, Number of sectors to process (0...127)
    4544    .dwMemoryAddress:
    4645    .wOffset                resb    2   ; 4, Memory offset for transfer
Note: See TracChangeset for help on using the changeset viewer.