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.
- Host: GitHub
- URL: https://github.com/tyronvt/tyros
- Owner: TyronVT
- Created: 2024-04-01T04:50:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T04:59:12.000Z (about 2 years ago)
- Last Synced: 2024-12-31T18:30:36.920Z (over 1 year ago)
- Language: Assembly
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)