mirror of
https://github.com/explodingcamera/rust-os-blog.git
synced 2026-01-11 20:02:41 +00:00
My attempt to learn OSDev writing a Microkernel for RISC-V
https://blog.henrygressmann.de/series/os-dev/
|
|
||
|---|---|---|
| .cargo | ||
| .vscode | ||
| crates | ||
| kernel | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| rust-toolchain.toml | ||
| TODO.md | ||
License
This project is licensed under either of the following licenses, at your option:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (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 file for details.