xell-rs/boot/stage1
2021-10-24 00:33:47 -05:00
..
src Finish out the xenon-enet implementation 2021-10-24 00:33:47 -05:00
build.rs Latest changes 2021-05-29 19:47:40 -05:00
Cargo.toml Finish out the xenon-enet implementation 2021-10-24 00:33:47 -05:00
link.x Latest updates 2021-05-22 15:43:19 -05:00
README.md Add README files 2021-07-11 11:57:59 -05:00

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.