syscalls: add chdir and getcwd syscalls, not tested yet
This commit is contained in:
@@ -65,6 +65,7 @@ typedef struct Process
|
||||
struct Process* next; // Следующий процесс
|
||||
|
||||
file_t* file_descriptors[MAX_OPEN_FILES];
|
||||
dir_t* cwd;
|
||||
} Process;
|
||||
|
||||
extern Process* current;
|
||||
|
||||
Reference in New Issue
Block a user