Changeset 93 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Jan 27, 2011, 6:00:34 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Diagnostic cylinder can no longer be reserved.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r92 r93  
    5454;---------------------------;
    5555%ifdef USE_AT
    56     at  ROMVARS.wFlags,         dw  FLG_ROMVARS_FULLMODE | FLG_ROMVARS_DRVXLAT | FLG_ROMVARS_MAXSIZE
     56    at  ROMVARS.wFlags,         dw  FLG_ROMVARS_FULLMODE | FLG_ROMVARS_DRVXLAT
    5757    at  ROMVARS.bIdeCnt,        db  3                       ; Number of supported controllers
    5858    at  ROMVARS.bBootDrv,       db  80h                     ; Boot Menu default drive
     
    8585; XT and XT+ Build default settings ;
    8686;-----------------------------------;
    87     at  ROMVARS.wFlags,         dw  FLG_ROMVARS_DRVXLAT | FLG_ROMVARS_MAXSIZE
     87    at  ROMVARS.wFlags,         dw  FLG_ROMVARS_DRVXLAT
    8888    at  ROMVARS.bIdeCnt,        db  1                       ; Number of supported controllers
    8989    at  ROMVARS.bBootDrv,       db  80h                     ; Boot Menu default drive
Note: See TracChangeset for help on using the changeset viewer.