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

https://github.com/speedycraftah/speedy-os

X86 operating system attempt from scratch written with C, C++ and Assembly.
https://github.com/speedycraftah/speedy-os

cpp operating-system operating-system-kernel operating-system-learning x86

Last synced: 6 months ago
JSON representation

X86 operating system attempt from scratch written with C, C++ and Assembly.

Awesome Lists containing this project

README

          

# speedy-os
A hobby operating system. Learning C++ and operating systems indepth while at it.

**Works on real hardware!**

WIP

I had no idea what I was doing when I first started this project including 0 knowledge of assembly and little low-level programming knowledge, so this is quite an achievement?
Massive thank you to [OsDev](https://wiki.osdev.org/Main_Page) for the resources and community which helped me lots along the way.

## TODOS
- Verify if map key string is actually the correct string, not only using hash.
- Harden the operating system against multiple attacks and undefined behaviour.