Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.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/BootVars.inc

    r121 r221  
    2222; Segment is always 0000h, same as BDA segment
    2323struc BOOTVARS
    24                     resb    800h
    25     .dwPostStack    resb    4       ;  804h, POST stack when entering INT 19h
    26                     resb    8
    27     .rgBootNfo      resb    73F4h   ;  80Ch, Array containing BOOTNFO structs
    28     .rgbMnuStack:                   ; 7C00h and below, Boot Menu stack
     24                    resb    7C00h
    2925    .rgbAtaInfo:                    ; 7C00h, ATA Information for drive detection
    3026    .rgbBootSect    resb    512     ; 7C00h, Boot sector
     27                    resb    256     ; Boot Menu stack
     28    .rgbMnuStack:
     29    .dwPostStack    resb    4       ; POST stack pointer when entering INT 19h
     30    .rgBootNfo:                     ; Array containing BOOTNFO structs
    3131endstruc
    3232
Note: See TracChangeset for help on using the changeset viewer.