Changeset 501 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Jan 26, 2013, 4:58:50 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r492 r501 63 63 mov ax, [es:BIOS_DISK_INTERRUPT_13h*4] ; Load old INT 13h offset 64 64 mov [RAMVARS.fpOldI13h], ax ; Store old INT 13h offset 65 66 ; NOTE! Installing INT 40h handler is currently uncommented to test 67 ; if it is really needed. I suspect that it is not. Many bytes can be 68 ; saved if INT 40h related code can be removed. 69 %if 0 65 70 66 71 ; Only store INT 13h handler to 40h if 40h is not already installed. … … 72 77 mov [es:BIOS_DISKETTE_INTERRUPT_40h*4+2], dx ; Store old INT 13h segment 73 78 .Int40hAlreadyInstalled: 79 %endif ; 0 74 80 75 81 mov al, BIOS_DISK_INTERRUPT_13h ; INT 13h interrupt vector offset
Note:
See TracChangeset
for help on using the changeset viewer.