mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
1.3 KiB
1.3 KiB
Blog OS (Minimal Kernel)
This repository contains the source code for the Minimal Kernel post of the Writing an OS in Rust series.
Check out the master branch for more information.
Building
- Install the
x86_64-unknown-nonetarget using rustup:rustup target add x86_64-unknown-none - Build by running:
cargo build --target x86_64-unknown-none
License
Licensed under either of
- 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)
at your option.
Note that this only applies to this git branch, other branches might be licensed differently.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.