mirror of
https://github.com/tailix/kernel.git
synced 2026-02-27 10:53:37 -05:00
My OS kernel attempt =)
| arch | ||
| env | ||
| include/kernelmq | ||
| iso | ||
| libk | ||
| modules | ||
| test | ||
| .gitignore | ||
| configure | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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