https://github.com/zdychacek/my-os
https://github.com/zdychacek/my-os
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zdychacek/my-os
- Owner: zdychacek
- Created: 2021-07-26T20:42:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T20:09:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T01:45:51.642Z (over 1 year ago)
- Language: C++
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My OS
Ever wondered how computers work from the moment you press the power button?
This is my attempt to find it out by implementing x86_64 kernel in C++.