Mercurial > lcfOS
view user/console.c3 @ 375:19eacf4f7270
Started on memory manager
author | Windel Bouwman |
---|---|
date | Sun, 23 Mar 2014 15:44:06 +0100 |
parents | 084cccaa5deb |
children |
line wrap: on
line source
module console; import ipc; function void main() { while(true) { var ipc.Msg msg; ipc.receive_message(&msg); } }