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

https://github.com/tyronvt/tyros

x86 Operating system from scratch. Personal project. Good learning experience.
https://github.com/tyronvt/tyros

Last synced: 10 months ago
JSON representation

x86 Operating system from scratch. Personal project. Good learning experience.

Awesome Lists containing this project

README

          

## -- Current Progress --
- Disk Reading
- Global Descriptor Table
- Protected Mode
- C Kernel
- Print to screen driver

## -- TODO --
- Implement scrolling
- Add keyboard input (drivers)