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: 17 days ago
JSON representation
勉強目的の OS
- Host: GitHub
- URL: https://github.com/kkebo/rust_os
- Owner: kkebo
- License: mit
- Created: 2018-03-11T16:44:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T12:53:13.000Z (about 3 years ago)
- Last Synced: 2024-04-04T20:54:40.870Z (7 months 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)