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
/
amd64
/
structures
/
root.zig
at
d3f4968588e125bd1df848ef47d8ba48c3123937
72 B
view raw
1
pub
const
gdt
=
@import
(
"
gdt.zig
"
)
;
2
pub
const
tss
=
@import
(
"
tss.zig
"
)
;