New repo setup

This commit is contained in:
2024-05-28 14:26:46 -05:00
commit 9ee197f57b
97 changed files with 11047 additions and 0 deletions

6
include/types/pid.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef KERNEL_PID_H
#define KERNEL_PID_H
typedef unsigned int pid_t;
#endif