Subversion Repositories Kolibri OS

Rev

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

Rev 27 Rev 30
Line 321... Line 321...
321
 
321
 
Line 322... Line 322...
322
        jmp     0x4000:0000
322
        jmp     0x4000:0000
-
 
323
 
Line 323... Line 324...
323
 
324
 
Line 324... Line 325...
324
 
325
restart_kernel_4000:
Line 349... Line 350...
349
 
350
 
Line 350... Line 351...
350
        wbinvd  ; write and invalidate cache
351
        wbinvd  ; write and invalidate cache
351
 
352
 
352
        mov     ax,0x1000
353
        mov     ax,0x1000
353
        mov     es,ax
354
        mov     es,ax
354
        mov     ax,0x2000
355
        mov     ax,0x3000
-
 
356
        mov     ss,ax
Line 355... Line 357...
355
        mov     ss,ax
357
        mov     sp,0xec00
Line 356... Line 358...
356
        mov     sp,0xff00
358
        sti