From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10702021450x7d9694b6oe75f5f46906c53e@mail.gmail.com> Date: Fri, 2 Feb 2007 15:50:43 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] tiny horrible xen status In-Reply-To: <7d3530220702021422u3235bb9dha0e62ae14ebc1ee5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10702021335n61363c35w91b5280a469bf3c0@mail.gmail.com> <7d3530220702021422u3235bb9dha0e62ae14ebc1ee5@mail.gmail.com> Topicbox-Message-UUID: 0c1207fa-ead2-11e9-9d60-3106f5b1d025 On 2/2/07, John Floren wrote: > Can I get a summary of what tiny horrible xen does at this point, and > what I'd need to do to test it? > Might be interested. Tiny Horrible Xen -- hey! THX -- that was an accident! Sorry. Tiny Horrible Xen -- THX -- is a minimal -- BTW, only in the linux world can you call this minimal: Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda4 12405032 440620 11334264 4% /xentest Sorry. Tiny Horrible Xen -- THX -- is a thing Aki and I cooked up, using Richard Miller's port of Plan 9 to Xen 3. It is a minimal disk image with a minimal linux and minimal X11. It boots in a few seconds, direct to a /bin/bash prompt, since we don't run any linux shi --er, scripts. It has all the modules we can find compiled for it. It mounts ramfs over the writeable places -- /var/tmp, /tmp, etc. -- so the disk footprint will not grow. It does not yet run root read-only. Anyway, it has all the modules. It boots to a bash prompt, running one bash on each of 6 VTs. The goal is to use Linux as a huge driver layer for Plan 9, and have Linux do nothing else. We provide a native drawterm that runs in /dev/fb (thanks aki!). VNC works. we have the plan9ports rio on the linux side in /usr/bin. Xvnc works. So you can run an X desktop in a vnc window that looks like X. In all ways, linux, running as domain 0, is intended to be subordinate to Plan 9. You can't run native X11, since we don't provide those servers, This is intentional. The Plan 9 boots as a terminal and gets root from Somewhere On The Net. I use 9grid.net. I need to learn how to use CFS. Users wanted. ron