Re: [uml-devel] Occasional hang starting up.

2006-03-12 Thread Blaisorblade
On Saturday 11 March 2006 19:01, Rob Landley wrote: > On linux-2.6.16-rc5 I'm occasionally getting a hang starting up (with > rootfstype=hostfs), right after the initializing VFS line. This time when > I killed it, I got the following error (repeated twice): > > remove_umid_dir - actually_do_remov

[uml-devel] Sharing code pages between host and guest

2006-03-12 Thread Jun OKAJIMA
Hello Jeff, Long time no see. I am studying now for how you share same content page between host and guest. In other words, if host and guest use just very same binary of glibc, then, how to share code pages of glibc (or bash or...). I think one of the biggest problem of virtualization is memory,