Files
blog_os/README.md
2023-03-25 19:14:14 +01:00

1.3 KiB

Blog OS (Minimal Kernel)

Build Status

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-none target using rustup:
    rustup target add x86_64-unknown-none
    
  • Build by running:
    cargo build --target x86_64-unknown-none
    

License

Licensed under either of

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.