1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/README.md

36 lines
396 B
Markdown
Raw Normal View History

2017-11-02 01:44:17 -04:00
KernelMQ
========
2017-11-02 05:01:14 -04:00
Message queue with additional IPC capabilities implemented as multiboot microkernel.
2017-11-06 01:21:58 -05:00
Dependencies
------------
### Build youself:
* Cross-compiler for i686-elf
### Debian 9.2 packages:
* make
* grub-pc-bin
* qemu-system-x86
Build and run
-------------
```sh
./configure build
make clean
make run
```
Run tests
---------
```sh
./configure test
make clean
make test
```