index
:
kmi
master
ACTIVE - Kernel with migrating threads as IPC
kimi.h.kuparinen+kmi@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv64
/
kernel
/
cpu.c
blob: 3583a9410bbe0f682f1eec8739f6473f273b442f (
plain
) (
blame
)
1
2
3
4
5
6
#include
<arch/cpu.h>
id_t
cpu_id
()
{
return
0
;
/* VERY MUCH TEMP */
}