Message passing / mail system
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m20s

This commit is contained in:
2026-02-18 17:18:03 +01:00
parent 35454a087e
commit ae0a6024da
19 changed files with 340 additions and 66 deletions

View File

@@ -2,10 +2,12 @@ c += proc/proc.c \
proc/resource.c \
proc/mutex.c \
proc/procgroup.c \
proc/suspension_q.c
proc/suspension_q.c \
proc/mail.c
o += proc/proc.o \
proc/resource.o \
proc/mutex.o \
proc/procgroup.o \
proc/suspension_q.o
proc/suspension_q.o \
proc/mail.o