chore: General cleanup

This commit is contained in:
EnderIce2
2024-11-27 01:19:24 +02:00
parent 220238eff8
commit 0dbdacb8df
39 changed files with 16 additions and 7249 deletions

View File

@ -8,7 +8,7 @@ Opeating System from scratch made in C and C++
- Clone repo using:
```bash
git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git
git clone --recurse-submodules https://github.com/EnderIce2/Fennix.git
```
- Build the cross-compiler and other tools:
@ -30,5 +30,3 @@ make run
```bash
make clean
```
More info about compiling and running [here](https://fennix.enderice2.software/).