Subversion Repositories Kolibri OS

Rev

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

Rev 3761 Rev 3820
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3761 $
8
$Revision: 3820 $
9
 
9
 
10
iglobal
10
iglobal
11
  szKernel            db 'KERNEL', 0
11
  szKernel            db 'KERNEL', 0
Line 66... Line 66...
66
          get_pid,               'GetPid',             \
66
          get_pid,               'GetPid',             \
67
          get_service,           'GetService',         \      ;
67
          get_service,           'GetService',         \      ;
68
          reg_service,           'RegService',         \      ; stdcall
68
          reg_service,           'RegService',         \      ; stdcall
69
          attach_int_handler,    'AttachIntHandler',   \      ; stdcall
69
          attach_int_handler,    'AttachIntHandler',   \      ; stdcall
70
          user_alloc,            'UserAlloc',          \      ; stdcall
70
          user_alloc,            'UserAlloc',          \      ; stdcall
-
 
71
          user_alloc_at,         'UserAllocAt',        \      ; stdcall
71
          user_free,             'UserFree',           \      ; stdcall
72
          user_free,             'UserFree',           \      ; stdcall
72
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
73
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
73
          sys_msg_board_str,     'SysMsgBoardStr',     \
74
          sys_msg_board_str,     'SysMsgBoardStr',     \
74
          sys_msg_board,         'SysMsgBoard',        \
75
          sys_msg_board,         'SysMsgBoard',        \
75
          get_timer_ticks,       'GetTimerTicks',      \
76
          get_timer_ticks,       'GetTimerTicks',      \