Kernel: Add basic concept of Processes
We now create Shell as a process that has its own threads
This commit is contained in:
10
libc/include/sys/types.h
Normal file
10
libc/include/sys/types.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef int32_t pid_t;
|
||||
|
||||
__END_DECLS
|
||||
Reference in New Issue
Block a user