Subversion Repositories Kolibri OS

Rev

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

Rev 6590 Rev 7168
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 6590 $
8
$Revision: 7168 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 89... Line 89...
89
          new_sys_threads,       'CreateThread',       \      ; ebx, ecx, edx
89
          new_sys_threads,       'CreateThread',       \      ; ebx, ecx, edx
90
\
90
\
91
          srv_handler,           'ServiceHandler',     \
91
          srv_handler,           'ServiceHandler',     \
92
          fpu_save,              'FpuSave',            \
92
          fpu_save,              'FpuSave',            \
93
          fpu_restore,           'FpuRestore',         \
93
          fpu_restore,           'FpuRestore',         \
-
 
94
          avx_save_size,         'AvxSaveSize',        \
-
 
95
          avx_save,              'AvxSave',            \
-
 
96
          avx_restore,           'AvxRestore',         \
94
          r_f_port_area,         'ReservePortArea',    \
97
          r_f_port_area,         'ReservePortArea',    \
95
          boot_log,              'Boot_Log',           \
98
          boot_log,              'Boot_Log',           \
96
\
99
\
97
          load_cursor,           'LoadCursor',         \      ;stdcall
100
          load_cursor,           'LoadCursor',         \      ;stdcall
98
\
101
\