1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00
My OS kernel attempt =)
Find a file
2020-12-02 05:24:58 +05:00
kernelmq Move code 2020-12-02 00:11:28 +05:00
memgr Improve linkage 2020-11-25 23:10:00 +05:00
procman Improve linkage 2020-11-25 23:10:00 +05:00
rootfs/boot/grub Display process list 2020-11-26 17:42:16 +05:00
vendor Keep and ignore "/vendor/" 2020-11-24 23:00:17 +05:00
.gitignore Add process "memgr" 2020-11-25 14:50:29 +05:00
LICENSE Fix copyright 2020-11-24 23:00:55 +05:00
Makefile Specify PHONY targets 2020-11-25 15:52:13 +05:00
README.md Update README.md 2020-12-02 05:24:58 +05:00

KernelMQ

Message queue with additional IPC capabilities implemented as microkernel.

https://stackoverflow.com/a/6224824