Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/rust_os
勉強目的の OS
https://github.com/kkebo/rust_os
osdev rust uefi
Last synced: about 20 hours ago
JSON representation
勉強目的の OS
- Host: GitHub
- URL: https://github.com/kkebo/rust_os
- Owner: kkebo
- License: mit
- Created: 2018-03-11T16:44:06.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T12:53:13.000Z (over 3 years ago)
- Last Synced: 2025-02-04T09:08:20.445Z (4 days ago)
- Topics: osdev, rust, uefi
- Language: Rust
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_os
勉強目的の OS
## References
- [Writing an OS in Rust - Philipp Oppermann's blog](https://os.phil-opp.com)
- [uefi-app-x64](https://github.com/toothbrush7777777/uefi-app-x64)