Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercip971/wingos
a little 64bit operating system written in c++ with smp support
https://github.com/supercip971/wingos
64bit cpp hobby-os kernel operating-system os osdev wingos x86-64
Last synced: about 19 hours ago
JSON representation
a little 64bit operating system written in c++ with smp support
- Host: GitHub
- URL: https://github.com/supercip971/wingos
- Owner: Supercip971
- License: bsd-2-clause
- Created: 2020-08-19T14:21:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T15:21:34.000Z (4 months ago)
- Last Synced: 2024-07-14T16:09:03.539Z (4 months ago)
- Topics: 64bit, cpp, hobby-os, kernel, operating-system, os, osdev, wingos, x86-64
- Language: C++
- Homepage: https://www.cyp.sh/
- Size: 17.8 MB
- Stars: 754
- Watchers: 20
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](meta/doc/wingOS.png)# Wingos
WingOS is a small hobbyist 64 bit kernel made with <3 in C++
I am currently working on this rewrite.
If you want to see the original version, you can checkout the [old branch](https://github.com/Supercip971/WingOS/tree/old). Please note that I wrote the old version when I was a beginner in C++ and OS development 3-4 years ago, and I have learned a lot since then.If you are interested in seeing much more advanced, working, and cool projects, you should visit the [brutal](https://github.com/brutal-org/brutal) project or [skift](https://github.com/skift-org/skift).
Please be aware that this rewrite is a work in progress. And due to my current schedule and first year engineering school exams, I don't have much time to work on it.
## Dependencies
- The project uses the [cutekit](https://github.com/cute-engineering/cutekit) build system.
- The project uses [limine](https://github.com/limine-bootloader/limine) as a bootloader.