Skip to content
/ xv7 Public

🦀️ Operating System in 100% Pure Rust

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

imtsuki/xv7

Repository files navigation

xv7

You can view the development notes on the Telegram Channel.

Prerequisites

Install cargo-make:

cargo install cargo-make

Also, you should have the latest version of QEMU installed.

Build and Run

Simply run the following command:

cargo make qemu

You can use KVM to speed up emulation:

cargo make qemu-kvm

To compose a bootable USB drive:

 cargo make compose-esp --env ESP=/path/to/your/drive

Tips

For better development experience, install these additional tools:

rustup component add llvm-tools-preview
cargo install cargo-binutils
cargo install rustfilt

License

This project is licensed under either of

at your option.

About

🦀️ Operating System in 100% Pure Rust

Topics

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