Simple IPC with pipes

This commit is contained in:
2025-09-06 11:47:01 +02:00
parent 643d692259
commit cd0e262e56
21 changed files with 312 additions and 17 deletions

View File

@ -60,6 +60,8 @@ SRCFILES += $(call GRABSRC, \
flanterm/src/flanterm_backends \
syscall \
path \
rbuf \
ipc/pipe \
)
ifeq ($(ARCH),x86_64)