Subversion Repositories Kolibri OS

Rev

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

Rev 4923 Rev 4993
Line 683... Line 683...
683
; Initialize system V86 machine
683
; Initialize system V86 machine
684
;        call    init_sys_v86
684
;        call    init_sys_v86
Line 685... Line 685...
685
 
685
 
Line 686... Line 686...
686
        xchg    bx, bx
686
        xchg    bx, bx
-
 
687
 
Line 687... Line 688...
687
 
688
;        call    v86_init
688
        call    v86_init
689
        call    init_sys_v86
689
 
690
 
690
        mov     esi, boot_inittimer
691
        mov     esi, boot_inittimer
Line 1006... Line 1007...
1006
.no_keyboard:
1007
.no_keyboard:
Line 1007... Line 1008...
1007
 
1008
 
Line 1008... Line 1009...
1008
; Load PS/2 mouse driver
1009
; Load PS/2 mouse driver
1009
 
-
 
Line 1010... Line 1010...
1010
        stdcall load_driver, szPS2MDriver
1010
 
1011
;        stdcall load_driver, szCOM_MDriver
1011
        stdcall load_driver, szPS2MDriver
1012
 
1012