https://github.com/voltageddebunked/nextos
NextOS is a simple OS made in C.
https://github.com/voltageddebunked/nextos
graphical limine nextos operating-system os
Last synced: 2 months ago
JSON representation
NextOS is a simple OS made in C.
- Host: GitHub
- URL: https://github.com/voltageddebunked/nextos
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-11-11T18:52:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:52:11.000Z (7 months ago)
- Last Synced: 2025-02-03T16:58:13.572Z (4 months ago)
- Topics: graphical, limine, nextos, operating-system, os
- Language: Makefile
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextOS
NextOS is a simple operating system built with Limine and C.
## Prequisites
- Limine
- GNU Make
- GNU Binutils
- GCC
- Xorriso
- Git## Building
To build it, run:
```bash
make
```And to run it:
```bash
make run
```## License
[GPL-3.0](LICENSE)