mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
396 B
396 B
KernelMQ
Message queue with additional IPC capabilities implemented as multiboot microkernel.
Dependencies
Build youself:
- Cross-compiler for i686-elf
Debian 9.2 packages:
- make
- grub-pc-bin
- qemu-system-x86
Build and run
./configure build
make clean
make run
Run tests
./configure test
make clean
make test