index
:
mykernel64
master
SMP x86_64 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
/
scheduler
/
scheduler.c
blob: b8f3dabaabbf6c8b2a8eb4579a00d97a0366ce54 (
plain
)
1
2
3
4
5
6
#include
<types.h>
#include
<scheduler.h>
void
schedule
(
void
)
{
}