Mercurial > lcfOS
comparison kernel/src/schedule.c3 @ 393:6ae782a085e0
Added init program
author | Windel Bouwman |
---|---|
date | Sat, 17 May 2014 21:17:40 +0200 |
parents | b4ac28efcdf4 |
children |
comparison
equal
deleted
inserted
replaced
392:bb4289c84907 | 393:6ae782a085e0 |
---|---|
1 | 1 |
2 module scheduler; | 2 module scheduler; |
3 | 3 |
4 import process; | 4 import process; |
5 import arch; | |
5 | 6 |
6 var process.process_t *current; | 7 var process.process_t *current; |
7 | 8 |
8 function void executeNext() | 9 function void executeNext() |
9 { | 10 { |