mirror of
https://github.com/tailix/kernel.git
synced 2025-09-04 22:42:59 -04:00
Add some info to README
This commit is contained in:
parent
4242b693da
commit
45f2620e52
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
@ -2,3 +2,34 @@ KernelMQ
|
||||||
========
|
========
|
||||||
|
|
||||||
Message queue with additional IPC capabilities implemented as multiboot microkernel.
|
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
|
||||||
|
-------------
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./configure build
|
||||||
|
make clean
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|
||||||
|
Run tests
|
||||||
|
---------
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./configure test
|
||||||
|
make clean
|
||||||
|
make test
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue