mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
9afc1e958b
Add the basics to get the operating system running, including how to exit the operating system. Since Xous has no libc, there is no default entrypoint. Add a `_start` entrypoint to the system-specific os module. Signed-off-by: Sean Cross <sean@xobs.io>