This commit is contained in:
Taku Shimosawa
2012-01-06 17:06:42 +09:00
parent 00107164b3
commit d2591c6d25
12 changed files with 244 additions and 73 deletions

View File

@@ -17,6 +17,7 @@ struct cpu_local_var {
struct malloc_header free_list;
struct process idle;
struct process_vm idle_vm;
struct process *current;
struct process *next;