mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Update README.md
This commit is contained in:
2
Kernel
2
Kernel
Submodule Kernel updated: 4d6c3db0fc...96412135fd
2
Lynx
2
Lynx
Submodule Lynx updated: ffc31f4d60...bc094b39c7
31
README.md
31
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
|
||||||
|
```
|
||||||
|
Submodule Userspace updated: 8d7cb4dbd9...f7d398b1a6
Reference in New Issue
Block a user