mirror of
https://github.com/xenia-project/xell-rs.git
synced 2024-11-23 03:19:49 +00:00
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
link.x | ||
README.md |
Stage 1 bootloader
This is the first bit of code that runs after the glitched CD bootloader jumps to us.
From there, it jumps to a bit of code implemented in startup.s
. We set up the bare minimum system state required to run Rust code, and call __start_rust
in main.rs
.