tangled
alpha
login
or
join now
pci.express
/
frostium
Microkernel thing OS experiment (Zig ⚡)
1
fork
atom
overview
issues
pulls
pipelines
frostium
/
components
/
ukernel
/
arch
/
aarch64
/
instructions.zig
at
dev
88 B
view raw
1
pub
inline
fn
die
(
)
noreturn
{
2
while
(
true
)
{
3
asm
volatile
(
"
wfi
"
)
;
4
}
5
}