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


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

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

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

    r3 r88  
    1 ; File name     :   BootVars.inc
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   23.3.2010
    4 ; Last update   :   9.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   Defines for BOOTVARS struct used by boot menu
    73;                   and drive initialization.
     
    2622    .dwSys18h       resb    4       ;  800h, System INT 18h handler (Diskless boot, Boot failure)
    2723    .dwPostStack    resb    4       ;  804h, POST stack when entering INT 19h
    28     .bMenuHotkey    resb    1       ;  808h, Boot Menu hotkey, zero if none pressed
    29                     resb    3
     24                    resb    4
    3025    .rgBootNfo      resb    73F4h   ;  80Ch, Array containing BOOTNFO structs
    3126    .rgbMnuStack:                   ; 7C00h and below, Boot Menu stack
Note: See TracChangeset for help on using the changeset viewer.