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

https://github.com/safememoryzone/ssos

Super simple operating system.
https://github.com/safememoryzone/ssos

Last synced: about 1 year ago
JSON representation

Super simple operating system.

Awesome Lists containing this project

README

          

# ssos

**ssos** is a minimalistic operating system designed to be a learning resource and an inspiration for others.

## Build Instructions

1. Build the kernel:
```
$ make
```

2. Build the final HDD image and bake Limine into it:
```
$ ./make-hdd
```

3. Run the operating system:
```
$ OVMF_PATH= ./run-qemu
```

## License

All source code is licensed under the [MIT License](LICENSE).

The fonts in the `fonts/` directory are provided under a separate license. Below are the terms:

```
Copyright © 2004–25, John Zaitseff.

The Linux Console Fonts package is free software that is distributed under the terms of the GNU General Public License. You can redistribute it and/or modify it under the terms of that License as published by the Free Software Foundation, either version 3 or (at your option) any later version.

This font package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
```

For more information about the fonts, please visit:
[Console Fonts - Zap](https://www.zap.org.au/projects/console-fonts-zap/)