mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 00:33:20 +01:00
Added per-task curdir. and chdir, pager_read/write, mmap and munmap calls.
They look like what they should look like, but untested.
This commit is contained in:
@@ -18,6 +18,8 @@ struct tcb {
|
||||
struct list_head list;
|
||||
int fd[TASK_OFILES_MAX];
|
||||
struct id_pool *fdpool;
|
||||
struct vnode *curdir;
|
||||
struct vnode *rootdir;
|
||||
};
|
||||
|
||||
struct tcb *find_task(int tid);
|
||||
|
||||
Reference in New Issue
Block a user