You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .cargo | 1 year ago | |
| src | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
| build.rs | 1 year ago | |
| layout.ld | 1 year ago | |
| rust-toolchain | 1 year ago | |
| x86_64-naked.json | 1 year ago | |
README.md
This is a small baremetal x86_64 application that can be booted with crosvm. You can simply do
cargo run and it'll build it and use crosvm from PATH to launch it. Alternatively you can build
it with cargo build and run with
crosvm run --disable-sandbox path/to/target/x86_64-naked/debug/baremetal
The application does nothing but output Hello World! log line over serial port and go into
infinite loop. This is expected and you'll need to kill crosvm to stop it.