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
275adef51141aa757daae7799c69ed00d88294e4
72 B
view raw
1
pub
const
gdt
=
@import
(
"
gdt.zig
"
)
;
2
pub
const
tss
=
@import
(
"
tss.zig
"
)
;