index
:
myrustkernel
master
multiarch rust kernel starting base
Aleksa Vuckovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
once.rs
blob: 9397afb1237ef850cd510a21885ee3eef5ae5cfd (
plain
)
1
2
3
4
5
6
use
crate
::{
print
,
println
};
pub
fn
once
()
{
println!
(
"x86"
);
}