Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/enderice2/fennix
- Owner: EnderIce2
- License: bsd-3-clause
- Created: 2024-11-20T02:32:33.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T03:26:49.000Z (about 1 month ago)
- Last Synced: 2024-12-26T04:25:55.630Z (about 1 month ago)
- Topics: aarch64, assembly, c, cpp, cpp20, operating-system, os, os-development, osdev, x86, x86-64
- Language: C++
- Homepage: http://fennix.enderice2.com/
- Size: 71.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```