Subversion Repositories Kolibri OS

Rev

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

Rev 4453 Rev 4927
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: 4453 $
8
$Revision: 4927 $
9
 
9
 
10
iglobal
10
iglobal
11
  szKernel            db 'KERNEL', 0
11
  szKernel            db 'KERNEL', 0
Line 92... Line 92...
92
          boot_log,              'Boot_Log',           \
92
          boot_log,              'Boot_Log',           \
93
\
93
\
94
          load_cursor,           'LoadCursor',         \      ;stdcall
94
          load_cursor,           'LoadCursor',         \      ;stdcall
95
\
95
\
96
          get_curr_task,         'GetCurrentTask',     \
96
          get_curr_task,         'GetCurrentTask',     \
-
 
97
          change_task,           'ChangeTask',         \
97
          load_file,             'LoadFile',           \      ;retval eax, ebx
98
          load_file,             'LoadFile',           \      ;retval eax, ebx
98
          delay_ms,              'Sleep',              \
99
          delay_ms,              'Sleep',              \
99
\
100
\
100
          strncat,               'strncat',            \
101
          strncat,               'strncat',            \
101
          strncpy,               'strncpy',            \
102
          strncpy,               'strncpy',            \