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


Ignore:
Timestamp:
Jun 8, 2013, 10:32:10 AM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Standard boot procedure (INT 19h) works again.
File:
1 edited

Legend:

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

    r547 r553  
    2929;--------------------------------------------------------------------
    3030Int19h_BootLoaderHandler:
    31     sti                                 ; Enable interrupts
    32     cld                                 ; String instructions to increment pointers
    33     LOAD_BDA_SEGMENT_TO es, ax          ; Load BDA segment (zero) to ES
     31    sti                                         ; Enable interrupts
     32    cld                                         ; String instructions to increment pointers
     33    call    Int13hBiosInit_RestoreSystemHandler ; Needed if initialization was started on INT 13h instead on 19h
     34    LOAD_BDA_SEGMENT_TO es, ax                  ; Load BDA segment (zero) to ES
    3435    ; Fall to .PrepareBootLoaderStack
    3536
Note: See TracChangeset for help on using the changeset viewer.