Mercurial > lcfOS
view user/console.c3 @ 315:084cccaa5deb
Added console and screen
author | Windel Bouwman |
---|---|
date | Sat, 21 Dec 2013 10:03:01 +0100 |
parents | |
children |
line wrap: on
line source
module console; import ipc; function void main() { while(true) { var ipc.Msg msg; ipc.receive_message(&msg); } }