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: 000d20ca07f640ee595855cd9a188ae98bbf9bcc (
plain
)
1
2
3
4
5
6
7
#include
<types.h>
#include
<scheduler.h>
void
schedule
(
void
)
{
}