Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmsd2/blog_os

 
 

Repository files navigation

blogOS

This repository is derived from the code for the “Writing an OS in Rust” series at os.phil-opp.com.

License

The source code is dual-licensed under MIT or the Apache License (Version 2.0). This excludes the posts and pages directories.

Dependencies

  1. x86_64-pc-elf toolchain: binutils and optionally gdb
  2. nightly rust
  3. xargo
  4. rust sources for xargo (rustup component add rust-src)
  5. grub-common: grub-mkrescue
  6. grub-pc-bin: /usr/lib/grub/i386-pc
  7. xorriso

About

Writing an OS in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 79.3%
  • Assembly 11.1%
  • Shell 4.9%
  • Makefile 4.7%