Subversion Repositories Kolibri OS

Rev

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

Rev 453 Rev 459
Line 466... Line 466...
466
           mov ds, ax
466
           mov ds, ax
467
           mov es, ax
467
           mov es, ax
Line 468... Line 468...
468
 
468
 
Line 469... Line 469...
469
           inc [pg_data.pages_faults]
469
           inc [pg_data.pages_faults]
470
 
470
 
471
     push eax
471
;     push eax
472
     push edx
472
;     push edx
473
     mov edx, 0x400   ;bochs
473
;     mov edx, 0x400   ;bochs
474
     mov al,0xff      ;bochs
474
;     mov al,0xff      ;bochs
475
     out dx, al       ;bochs
475
;     out dx, al       ;bochs
Line 476... Line 476...
476
     pop edx
476
;     pop edx
477
     pop eax
477
;     pop eax
Line 478... Line 478...
478
 
478
 
Line 589... Line 589...
589
.core_tabs:
589
.core_tabs:
590
.fail:
590
.fail:
591
           mov esp, ebp
591
           mov esp, ebp
592
           popad
592
           popad
593
           add esp, 4
593
           add esp, 4
-
 
594
 
594
           iretd
595
;           iretd
Line 595... Line 596...
595
 
596
 
Line 596... Line 597...
596
           save_ring3_context     ;debugger support
597
           save_ring3_context     ;debugger support
597
 
598