comparison kernel/kernel.c3 @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 9417caea2eb3
children 2e7f55319858
comparison
equal deleted inserted replaced
300:158068af716c 301:6753763d3bec
7 7
8 // Main entry point of the kernel: 8 // Main entry point of the kernel:
9 function void start() 9 function void start()
10 { 10 {
11 process:init(); 11 process:init();
12 memory:init(); 12 //memory:init();
13 13
14 14
15 //Process proc = new process:Process(); 15 //Process proc = new process:Process();
16 16
17 //scheduler:queue(proc); 17 //scheduler:queue(proc);