Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;
  2. ;       Kolibri-A Special service template  --  art_zh 2011
  3. ;
  4. ;       ah = syscall function# (default: 255)
  5. ;       al = subfunction
  6. ;
  7.  
  8. align 4
  9. special_srv:
  10.         mov     cl, ah
  11.         and     cl, 3
  12.         call    dword[spec_servetable + ecx*4]
  13.         ret
  14.  
  15. align 4
  16. spec_servetable:
  17.         dd      paleholder      ; set something special here
  18.         dd      paleholder
  19.         dd      paleholder
  20.         dd      paleholder