Per-cpu kernel pseudo process

This commit is contained in:
2026-03-11 17:47:12 +01:00
parent f1268ec1ba
commit e765855309
10 changed files with 89 additions and 33 deletions

View File

@@ -25,6 +25,7 @@
/* process flags */
#define PROC_USTK_PREALLOC (1 << 0)
#define PROC_KPROC (1 << 1)
struct cpu;
struct reschedule_ctx;
@@ -72,4 +73,6 @@ void proc_wait_for (struct proc* proc, struct reschedule_ctx* rctx, struct proc*
void proc_init (void);
struct proc* kproc_create (void);
#endif // _KERNEL_PROC_PROC_H