From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10804231556n79d46ad6ke31f3be0ec63485c@mail.gmail.com> Date: Wed, 23 Apr 2008 15:56:54 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10804231101j5a82da49r6622688f486be0bd@mail.gmail.com> Subject: Re: [9fans] new lguest port available Topicbox-Message-UUID: 98fd0d76-ead3-11e9-9d60-3106f5b1d025 On Wed, Apr 23, 2008 at 12:21 PM, Juan M. Mendez wrote: > I'm interested Ron, Any change to thnx to get it working with new lguest? have not tested with full up thnx yet. I am going to pull down a release 2.6.25 and make sure it still works with that. contrib/rminnich/lguest/lg25.tgz sample linux config file there too. Also my current 9lguestcpu kernel, 9lguestcpu.2.6.25.elf to make: tar file includes bin/rc/lguest, to set up paths. I boot a qemu image and bulid from there, but cd tar xvf lg25.tgz mkdir -p src/ip src/boot src/port src/pc lguest cd src/lguest25 mk and away you go. My current command line is this: ./Documentation/lguest/lguest 784 /tmp/9lguestcpu.elf --tunnet=192.168.19.1 \ --block=/u3/thx9.img \ 'venti=#S/sd00/arenas;bootdisk=local!#S/sd00/fossil;bootargs=local!#S/sd00/fossil' I welcome comments on improving the code. To some extent I'm still getting a handle on how to set this all up. Disk IO is not great, net IO seems pretty good. I don't have a stable timebase on lguest, evidently, or I would run netpipe to test. ron