Subversion Repositories Kolibri OS

Rev

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

Rev 492 Rev 774
Line 80... Line 80...
80
          call mouse_cmd
80
	  call mouse_cmd
Line 81... Line 81...
81
 
81
 
82
          mov  bl, 0xAE        ; enable keyboard interface
82
	  mov  bl, 0xAE        ; enable keyboard interface
Line 83... Line 83...
83
          call kbd_cmd
83
	  call kbd_cmd
84
          
84
	  
85
          stdcall AttachIntHandler, 12, irq_handler
85
	  stdcall AttachIntHandler, 12, irq_handler, dword 0
Line 86... Line 86...
86
          stdcall RegService, my_service, service_proc
86
	  stdcall RegService, my_service, service_proc
87
	        ret
87
		ret