Rev 1168 | Rev 1174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1168 | Rev 1170 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | #include <memstr.h> |
41 | #include <memstr.h> |
| 42 | #include <print.h> |
42 | #include <print.h> |
| 43 | #include <elf.h> |
43 | #include <elf.h> |
| 44 | 44 | ||
| 45 | 45 | ||
| - | 46 | #ifndef LOADED_PROG_STACK_PAGES_NO |
|
| 46 | #define LOADED_PROG_STACK_PAGES_NO 2 |
47 | #define LOADED_PROG_STACK_PAGES_NO 1 |
| - | 48 | #endif |
|
| 47 | 49 | ||
| 48 | SPINLOCK_INITIALIZE(tasks_lock); |
50 | SPINLOCK_INITIALIZE(tasks_lock); |
| 49 | btree_t tasks_btree; |
51 | btree_t tasks_btree; |
| 50 | static task_id_t task_counter = 0; |
52 | static task_id_t task_counter = 0; |
| 51 | 53 | ||