Skip to content
/ os Public

Operating system development.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
License-Apache
MIT
License-MIT
Notifications You must be signed in to change notification settings

apogeeoak/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System

Operating system development following the Writing an OS in Rust series at os.phil-opp.com.

Building

Requirements

  • Nightly rust toolchain: rustup toolchain install nightly
  • Binary bootimage crate: cargo install bootimage
  • Qemu

To build use cargo build.

To run use cargo run.

To run all tests use cargo test.

License

This project is licensed under the terms of both the MIT license and the Apache license (Version 2.0).

See License-MIT and License-Apache for details.

About

Operating system development.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
License-Apache
MIT
License-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages