Subversion Repositories Kolibri OS

Rev

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

Rev 4 Rev 5
Line 1132... Line 1132...
1132
  app_i_param  dd  0x0
1132
  app_i_param  dd  0x0
1133
  app_i_icon   dd  0x0
1133
  app_i_icon   dd  0x0
1134
  app_mem_pos  dd  0x0
1134
  app_mem_pos  dd  0x0
1135
  ;thread_create    dd 0x0
1135
  ;thread_create    dd 0x0
1136
  ;gdt_place        dd 0x0
1136
  ;gdt_place        dd 0x0
-
 
1137
  appl_path        dd 0x0
-
 
1138
  appl_path_size   dd 0x0         
1137
endg
1139
endg
Line 1138... Line 1140...
1138
 
1140
 
1139
iglobal
1141
iglobal
1140
  hd_app_string      db  'HDAPP       '
1142
  hd_app_string      db  'HDAPP       '
Line 1152... Line 1154...
1152
;   ecx=thread stack value
1154
;   ecx=thread stack value
1153
;
1155
;
1154
; on return : eax = pid
1156
; on return : eax = pid
1155
jmp new_sys_threads
1157
jmp new_sys_threads
Line 1156... Line -...
1156
 
-
 
1157
 
-
 
1158
 
1158
 
1159
iglobal
1159
iglobal
1160
  process_terminating   db 'K : Process - terminating',13,10,0
1160
  process_terminating   db 'K : Process - terminating',13,10,0
1161
  process_terminated    db 'K : Process - done',13,10,0
1161
  process_terminated    db 'K : Process - done',13,10,0