https://github.com/explodingcamera/rust-os-blog
My attempt to learn OSDev writing a Microkernel for RISC-V
https://github.com/explodingcamera/rust-os-blog
Last synced: 8 months ago
JSON representation
My attempt to learn OSDev writing a Microkernel for RISC-V
- Host: GitHub
- URL: https://github.com/explodingcamera/rust-os-blog
- Owner: explodingcamera
- License: other
- Created: 2023-03-14T20:12:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T21:15:50.000Z (about 1 year ago)
- Last Synced: 2024-12-01T08:25:09.619Z (about 1 year ago)
- Language: Rust
- Homepage: https://blog.henrygressmann.de/series/os-dev/
- Size: 201 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# License
This project is licensed under either of the following licenses, at your option:
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
Some code in the `crates/riscv-mem` directory is licensed under the GPL-3.0 license. See the [LICENSE.md](crates/riscv-mem/LICENSE.md) file for details.