BareMetal-OS-legacy
BareMetal-OS-legacy copied to clipboard
BareMetal Rust PoC
just take a look https://github.com/Roxxik/Hello-BareMetal-Rust i try and improve this further to get arbitary rust code running
Slick! I haven't had a chance to try it but looks good. Does Rust support inline assembly?
Yes it does.
I chose to not include rust inline assembly, because currently it is unstable, undocumented and not conformant to gcc inline assembly. That's why i have included a c layer to make the systemcalls.
(I tried to use it but the rust compiler always optimized the assembler away :( )
@IanSeyler here, have some inline assembly.