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

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.

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)