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.
- Host: GitHub
- URL: https://github.com/safememoryzone/ssos
- Owner: SafeMemoryZone
- License: mit
- Created: 2024-10-09T09:53:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T14:26:04.000Z (about 1 year ago)
- Last Synced: 2025-03-24T15:33:06.553Z (about 1 year ago)
- Language: C
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)