Mercurial > lcfOS
diff kernel/process.c3 @ 306:b145f8e6050b
Start on c3 rewrite
author | Windel Bouwman |
---|---|
date | Mon, 09 Dec 2013 19:00:21 +0100 |
parents | 6753763d3bec |
children |
line wrap: on
line diff
--- a/kernel/process.c3 Fri Dec 06 13:50:38 2013 +0100 +++ b/kernel/process.c3 Mon Dec 09 19:00:21 2013 +0100 @@ -13,8 +13,8 @@ // List<process_t> procs; // init is the root of all processes: -var process_t* init_pid = 0; -var int next_pid = 0; +var process_t* init_pid; +var int next_pid; function void init() {