Add special event pipes, rework ps2kb process

This commit is contained in:
2025-09-08 22:12:50 +02:00
parent 94dd38d010
commit ab224eda8e
9 changed files with 101 additions and 13 deletions

View File

@ -47,6 +47,8 @@ typedef struct Proc {
uint64_t vobjcnt;
IpcPipe *pipes[PROC_PIPEHANDLES_MAX];
IpcPipe *eventpipes;
SpinLock eventpipes_spinlock;
} Proc;
typedef struct {