Complete syscall lookup table, and syscall stubs and skeletons w/ S.

This commit is contained in:
EDiasAlberto
2024-11-04 00:57:19 +00:00
parent d626b7a392
commit 4c27aa0203
2 changed files with 99 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef USERPROG_SYSCALL_H
#define USERPROG_SYSCALL_H
typedef int pid_t;
void syscall_init (void);
#endif /* userprog/syscall.h */