Subversion Repositories Kolibri OS

Rev

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

Rev 5039 Rev 5044
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 5039 $
74
$Revision: 5044 $
Line 1056... Line 1056...
1056
        DEBUGF  1, "K : IRQ1 return code %x\n", eax
1056
        DEBUGF  1, "K : IRQ1 return code %x\n", eax
1057
.no_keyboard:
1057
.no_keyboard:
Line 1058... Line 1058...
1058
 
1058
 
Line 1059... Line 1059...
1059
; Load PS/2 mouse driver
1059
; Load PS/2 mouse driver
Line 1060... Line 1060...
1060
 
1060
 
1061
        stdcall load_driver, szPS2MDriver
1061
        stdcall load_pe_driver, szPS2MDriver, 0
1062
 
1062