Update README.md

This commit is contained in:
Alex 2022-09-28 21:31:24 +03:00
parent 393754d182
commit b766196550
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
5 changed files with 35 additions and 4 deletions

2
Kernel

@ -1 +1 @@
Subproject commit 4d6c3db0fcb83b46facd44274605f378b3e1a333
Subproject commit 96412135fdcc07e1347c8959ee81a511f1bb9688

2
Lynx

@ -1 +1 @@
Subproject commit ffc31f4d6000ef64d80c85ead14775f5ae3b1dc9
Subproject commit bc094b39c7ac5f862eafe3b32c3fb66776209b90

0
Makefile Normal file
View File

View File

@ -1 +1,32 @@
# Fennix
# 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
```

@ -1 +1 @@
Subproject commit 8d7cb4dbd90b8a66cbacea328602f9f4d0a0fd89
Subproject commit f7d398b1a6e016048f6ca743ff3573992d0b8d70