From 45f2620e521ea132660720f08d0a4af964210a9f Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Mon, 6 Nov 2017 06:21:58 +0000 Subject: [PATCH] Add some info to README --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 2efc742..01ff268 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,34 @@ 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 +------------- + +```sh +./configure build +make clean +make run +``` + +Run tests +--------- + +```sh +./configure test +make clean +make test +```