Re: [uml-user] how to get root_fs

2007-08-29 Thread Jeff Dike
On Mon, Aug 27, 2007 at 10:29:07PM -0500, Feng Xian wrote: > Hi, > I am using linux-2.6.17. I plan to build my own uml kernel, but dont know > how to get (or set up) it. Thanks! Try following the instructions at http://user-mode-linux.sourceforge.net/index.html - they might be a bit more helpful

[uml-user] how to get root_fs

2007-08-27 Thread Feng Xian
Hi, I am using linux-2.6.17. I plan to build my own uml kernel, but dont know how to get (or set up) it. Thanks! The Following are instructions I followed: *---* * mkdir /uml* * cd /uml* * tar -xjvf linux-2.6.17.tar.bz2* * **cd /uml/linux-2.6.17* *** make config ARCH=um* *make