Simple file IO with the ioctl syscall
This commit is contained in:
@ -41,6 +41,7 @@ typedef struct Proc {
|
||||
bool kern;
|
||||
|
||||
VfsObj *vobjs[PROC_VFSHANDLES_MAX];
|
||||
uint64_t vobjcnt;
|
||||
} Proc;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user