Ignore:
Timestamp:
Apr 15, 2013, 4:03:33 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Fixed a bug that allowed EBIOS functions for user defined CHS.
  • Simplified user defined CHS and LBA setup a little.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm

    r541 r542  
    9595;--------------------------------------------------------------------
    9696.StoreDptPointersToIntVectors:
     97%ifndef USE_AT
     98    test    BYTE [cs:ROMVARS.wFlags], FLG_ROMVARS_FULLMODE
     99    jz      SHORT .CompatibleDPTsCreated    ; Only Full operating mode has extra RAM to spare
     100%endif
     101
    97102    mov     dl, 80h
    98103    call    FindDPT_ForDriveNumberInDL  ; DPT to DS:DI
Note: See TracChangeset for help on using the changeset viewer.