Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enderice2/fennix

Opeating System from scratch made in C and C++
https://github.com/enderice2/fennix

aarch64 assembly c cpp cpp20 operating-system os os-development osdev x86 x86-64

Last synced: about 1 month ago
JSON representation

Opeating System from scratch made in C and C++

Awesome Lists containing this project

README

        

# 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/EnderIce2/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
```