Do you have some counsils to make it functions with modules on ?
> I'm tring to install uml on ubuntu with 2.6.10 kernel.
>
> If I made
> - make mrproper ARCH=um
> - make xconfig ARCH=um
> - load the defconfig file in arch/um
> --> remove module option <---
This will turn anything which is enabled as "module" into linked-in. This
may
include things which are needed for you setup to work (say ext2 support, or
whatever you use for your root fs, including hostfs if you do it).
Be sure UML works with modules, it's the setup I've been using for ages.
> - make linux ARCH=um
> - strip linux
> Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I
> haven't support for module
> If I made
> - make mrproper ARCH=um
> - make xconfig ARCH=um
> - load the defconfig file in arch/um
> - make linux ARCH=um
> - make modules ARCH=um
> - make modules_install ARCH=um INSTALL_MOD_PATH=WHEREMOUNTEDFS
> - strip linux
> Then I call "./linux ubd0=FSNAME" UML boot exit after "Initializing
stdio
> console" or hangs up on "criptographic API"
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user