Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4 → Rev 5

/kernel/trunk/core/sys32.inc
1134,6 → 1134,8
app_mem_pos dd 0x0
;thread_create dd 0x0
;gdt_place dd 0x0
appl_path dd 0x0
appl_path_size dd 0x0
endg
 
iglobal
1154,8 → 1156,6
; on return : eax = pid
jmp new_sys_threads
 
 
 
iglobal
process_terminating db 'K : Process - terminating',13,10,0
process_terminated db 'K : Process - done',13,10,0