Implement syscall for file opening and refactor open_files initialisation in thread.c w/ S.

This commit is contained in:
EDiasAlberto
2024-11-08 15:33:47 +00:00
parent 5bd94894e0
commit 92e93b8060
3 changed files with 27 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
#include <hash.h>
#define MIN_USER_FD 2
typedef int pid_t;
void syscall_init (void);