Changeset 90 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootVars.inc


Ignore:
Timestamp:
Jan 27, 2011, 11:31:31 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Removed INT 13h format and diagnostics functions.
  • Removed INT 18h callback handler.
  • Removed configuration for early/late initialization. Now XT builds always use late and AT build early initialization.
  • Reduced number of supported IDE controllers from 5 to 4.
  • Removed reserved configuration bytes.
  • Removed simple and system boot loaders.
File:
1 edited

Legend:

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

    r88 r90  
    2020struc BOOTVARS
    2121                    resb    800h
    22     .dwSys18h       resb    4       ;  800h, System INT 18h handler (Diskless boot, Boot failure)
    2322    .dwPostStack    resb    4       ;  804h, POST stack when entering INT 19h
    24                     resb    4
     23                    resb    8
    2524    .rgBootNfo      resb    73F4h   ;  80Ch, Array containing BOOTNFO structs
    2625    .rgbMnuStack:                   ; 7C00h and below, Boot Menu stack
Note: See TracChangeset for help on using the changeset viewer.