Mercurial > lcfOS
comparison cos/kernel/task.c @ 28:47b7df514243
Moved Makefiles
author | windel |
---|---|
date | Wed, 28 Dec 2011 13:38:43 +0100 |
parents | d3c4bf3720a3 |
children | 8012221dd740 |
comparison
equal
deleted
inserted
replaced
27:7f74363f4c82 | 28:47b7df514243 |
---|---|
1 /* Scheduler functions */ | |
2 | |
1 #include "kernel.h" | 3 #include "kernel.h" |
2 | 4 |
3 // global variables: | 5 // global variables: |
4 uint64_t next_pid = 1; | 6 uint64_t next_pid = 1; |
5 task_t* ready_queue = 0; // Head of the queue of tasks. | 7 task_t* ready_queue = 0; // Head of the queue of tasks. |