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

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.

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)