https://github.com/voltageddebunked/noiros
NoirOS is a simple OS written in C.
https://github.com/voltageddebunked/noiros
c make nasm noir operatingsys os
Last synced: about 1 year ago
JSON representation
NoirOS is a simple OS written in C.
- Host: GitHub
- URL: https://github.com/voltageddebunked/noiros
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-11-01T20:16:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:18:30.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:51:14.892Z (about 1 year ago)
- Topics: c, make, nasm, noir, operatingsys, os
- Language: C
- Homepage:
- Size: 195 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoirOS
NoirOS is a simple operating system written in C.
## Running the OS
Run:
```bash
make run
```
Make sure to have nasm, gcc, xorriso, and qemu installed first.
If you just want the iso and you dont to run it then run `make` instead.
## License
[GPL-3.0](LICENSE)