From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Message-id: From: Pietro Gagliardi To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: <20080613230121.BA8645B46@mail.bitblocks.com> Date: Fri, 13 Jun 2008 19:26:42 -0400 References: <20080613230121.BA8645B46@mail.bitblocks.com> Subject: Re: [9fans] I/O load crashes Qemu Topicbox-Message-UUID: c0326058-ead3-11e9-9d60-3106f5b1d025 On Jun 13, 2008, at 7:01 PM, Bakul Shah wrote: > IMHO a virtualizable processor is the necessary first step as And don't forget the cost of a virtualizer v. the cost of actual hardware. Verilog is free, but the device to make it is not. Start simple: void main(int, char *[]) { while(readbyte()){ parseinst(); doinst(); } exits(nerrs ? "error" : 0); }