Skip to content

Instantly share code, notes, and snippets.

View Zilla's full-sized avatar

Joakim Östlund Zilla

  • Stockholm, Sweden
View GitHub Profile
@Zilla
Zilla / gist:1693909
Created January 28, 2012 10:40
Process scheduling working!
[0] proc_init process.c:46 INFO: Size: 264
[0] proc_init process.c:48 INFO: Process handling initilized
[0] create_process process.c:127 INFO: Created process krnIdle, pid: 1
[0] start_process process.c:160 INFO: Started process 1
[0] create_process process.c:127 INFO: Created process TestProc1, pid: 2
[0] start_process process.c:160 INFO: Started process 2
[0] create_process process.c:127 INFO: Created process TestProc2, pid: 3
[0] start_process process.c:160 INFO: Started process 3
[0] create_process process.c:127 INFO: Created process TestProc3, pid: 4
[0] start_process process.c:160 INFO: Started process 4