Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5 → Rev 4

/kernel/trunk/core/sys32.inc
1134,8 → 1134,6
app_mem_pos dd 0x0
;thread_create dd 0x0
;gdt_place dd 0x0
appl_path dd 0x0
appl_path_size dd 0x0
endg
 
iglobal
1156,6 → 1154,8
; 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