Changeset 522 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers


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

Changes to XTIDE Universal BIOS:

  • INT 13h stack is now at the beginning of RAMVARS.
  • RELOCATE_INT13H_STACK is now allowed only for AT builds. This saves few bytes from interrupt table when lite mode is used.
File:
1 edited

Legend:

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

    r507 r522  
    5050    mov     di, ds      ; We do not want to overwrite DS and DI in stack
    5151    mov     ss, di
    52     mov     sp, [RAMVARS.wNewStackOffset]
     52    mov     sp, RAMVARS.rgbTopOfStack
    5353    lds     di, [RAMVARS.dwStackChangeDSDI]
    5454
Note: See TracChangeset for help on using the changeset viewer.