Changeset 521 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm


Ignore:
Timestamp:
Mar 10, 2013, 3:46:59 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully fixed problems with recent changes to AH=00h.
  • Timeout error code is no longer displayed when trying to boot from floppy drive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm

    r520 r521  
    161161%endif
    162162    clc
    163     ;; fall through to JumpToBootSector_or_RomBoot
    164 
    165 ;--------------------------------------------------------------------
    166 ; JumpToBootSector_or_RomBoot
     163    ;; fall through to Int19_JumpToBootSectorOrRomBoot
     164
     165;--------------------------------------------------------------------
     166; Int19_JumpToBootSectorOrRomBoot
    167167;
    168168; Switches back to the POST stack, clears the DS and ES registers,
     
    179179;       Never returns
    180180;--------------------------------------------------------------------
    181 JumpToBootSector_or_RomBoot:
     181Int19_JumpToBootSectorOrRomBoot:
    182182    mov     cx, es      ; Preserve MBR segment (can't push because of stack change)
    183183    mov     ax, 0       ; NOTE: can't use XOR (LOAD_BDA_SEGMENT_TO) as it impacts CF
Note: See TracChangeset for help on using the changeset viewer.