Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. use32
  2.         db      'MENUET01'
  3.         dd      1
  4.         dd      start
  5.         dd      i_end
  6.         dd      mem
  7.         dd      mem
  8.         dd      0, 0
  9.  
  10. start:
  11.         push    68
  12.         pop     eax
  13.         push    16
  14.         pop     ebx
  15.         push    drvname
  16.         pop     ecx
  17.         int     0x40
  18.         push    -1
  19.         pop     eax
  20.         int     0x40
  21.  
  22. drvname db      'COM_MOUSE',0
  23. i_end:
  24. align 16
  25. rb 16
  26. mem:
  27.