From b7661965500c80be861b5559d92375461d7a4bf6 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Sep 2022 21:31:24 +0300 Subject: [PATCH] Update README.md --- Kernel | 2 +- Lynx | 2 +- Makefile | 0 README.md | 33 ++++++++++++++++++++++++++++++++- Userspace | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 Makefile diff --git a/Kernel b/Kernel index 4d6c3db0..96412135 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 4d6c3db0fcb83b46facd44274605f378b3e1a333 +Subproject commit 96412135fdcc07e1347c8959ee81a511f1bb9688 diff --git a/Lynx b/Lynx index ffc31f4d..bc094b39 160000 --- a/Lynx +++ b/Lynx @@ -1 +1 @@ -Subproject commit ffc31f4d6000ef64d80c85ead14775f5ae3b1dc9 +Subproject commit bc094b39c7ac5f862eafe3b32c3fb66776209b90 diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..e69de29b diff --git a/README.md b/README.md index 60fe1a26..95ac5b55 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -# Fennix \ No newline at end of file +# Fennix + +Opeating System from scratch made in C and C++ + +--- + +#### How to compile & run + +- Clone repo using: +```bash +git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git +``` + +- Build the cross-compiler and other tools: +```bash +make tools +``` + +- Compile using: +```bash +make build +``` + +- Run using: +```bash +make run +``` + +- Clean using: +```bash +make clean +``` diff --git a/Userspace b/Userspace index 8d7cb4db..f7d398b1 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit 8d7cb4dbd90b8a66cbacea328602f9f4d0a0fd89 +Subproject commit f7d398b1a6e016048f6ca743ff3573992d0b8d70