From 5b972c4818f5bbcff5537c1fc3866f548647a3ef Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 17:40:25 +0100 Subject: Update ReadMe, fix Seeker API. Signed-off-by: Amlal El Mahrouss --- ReadMe.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ReadMe.md (limited to 'ReadMe.md') diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 00000000..3e56ecef --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,19 @@ +# h-core + +## Microkernel and it's components source code. + +Start by cloning the repo: + +``` +git clone git@github.com:Mahrouss-Logic/h-core.git +``` + +And execute: + +``` +make all +``` + +You'd also need mp-cc tools, to build and link the components. + +##### Copyright 2024, Mahrouss Logic, all rights reserved. \ No newline at end of file -- cgit v1.2.3