mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
Update README.md
This commit is contained in:
parent
393754d182
commit
b766196550
2
Kernel
2
Kernel
@ -1 +1 @@
|
||||
Subproject commit 4d6c3db0fcb83b46facd44274605f378b3e1a333
|
||||
Subproject commit 96412135fdcc07e1347c8959ee81a511f1bb9688
|
2
Lynx
2
Lynx
@ -1 +1 @@
|
||||
Subproject commit ffc31f4d6000ef64d80c85ead14775f5ae3b1dc9
|
||||
Subproject commit bc094b39c7ac5f862eafe3b32c3fb66776209b90
|
33
README.md
33
README.md
@ -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
|
Loading…
x
Reference in New Issue
Block a user