Hack together open()

This commit is contained in:
Byron Lathi
2023-12-05 18:04:08 -08:00
parent 9ae1593957
commit 48b39eb92d
7 changed files with 130 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
#include <process/process.h>
struct pcb* get_pcb_ptr() {
return 0;
}