all procs are user procs

This commit is contained in:
2025-09-29 21:32:07 +02:00
parent 20a89502c0
commit 4e8afae5fb
5 changed files with 13 additions and 36 deletions

View File

@ -54,8 +54,6 @@ typedef struct Proc {
uint8_t state;
VasRange *vas;
bool kern;
VfsObj *vobjs[PROC_VFSHANDLES_MAX];
uint64_t vobjcnt;