tangled
alpha
login
or
join now
0039766.xyz
/
pinet
0
fork
atom
minimalist kernel and OS. targets x86_64 and the pinephone (aarch64)
osdev
kernel
0
fork
atom
overview
issues
pulls
pipelines
pinet
/
kernel
/
source
/
hal
/
main.h
at
master
5 lines
86 B
view raw
wrap content
0039766.xyz
kernel: add base, wip fb device
3mo ago
8cf3065a
1
#
include
<stdint.h>
2
#
include
<stddef.h>
3
#
include
<stdbool.h>
4
5
void
halt_forever
(
void
)
;