Subversion Repositories Kolibri OS

Rev

Rev 224 | Rev 301 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 227
Line 169... Line 169...
169
    mov  ecx,0x10000
169
    mov  ecx,0x10000
170
    call memmove
170
    call memmove
Line 171... Line 171...
171
 
171
 
Line -... Line 172...
-
 
172
    call restorefatchain
-
 
173
 
-
 
174
    mov al, 0xFF
-
 
175
    out 0x21, al
172
    call restorefatchain
176
    out 0xA1, al
173
 
177
 
Line 174... Line 178...
174
    mov  word [0x467+0],pr_mode_exit-0x10000
178
    mov  word [0x467+0],pr_mode_exit-0x10000
175
    mov  word [0x467+2],0x1000
179
    mov  word [0x467+2],0x1000
Line 222... Line 226...
222
    out  0x21,al
226
    out  0x21,al
223
    call rdelay
227
    call rdelay
224
    out  0xA1,al
228
    out  0xA1,al
225
    call rdelay
229
    call rdelay
Line 226... Line 230...
226
    
230
 
227
    mov  al,0
231
    mov  al,0xB8
228
    out  0x21,al
232
    out  0x21,al
-
 
233
    call rdelay
229
    call rdelay
234
    mov  al,0xBD
230
    out  0xA1,al
235
    out  0xA1,al
Line 231... Line 236...
231
    sti
236
    sti
232
 
237