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
/
riscv
/
kernel
/
cpu.c
blob: 34b7a32988440b9a71973b7bea9d50b214e2f908 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<apos/cpu.h>
unsigned
cpu_id
()
{
return
0
;
/* VERY MUCH TEMP */
}