Hi, Am Dienstag, 23. August 2005 23:55 schrieb ashwin tanugula: > I want to build UML from source using a 2.6.12 kernel. Can somebody > tell me whether to patch it or not as kernels from 2.6.9 have the UML > included??
you don't need to patch the (guest) kernel when using 2.6.12. Just do a bash$ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.5.tar.bz2 bash$ tar -xjf linux-2.6.12.5.tar.bz2 bash$ cd linux-2.6.12.5 bash$ make menuconfig ARCH=um # or instead of menuconfig: xconfig or config bash$ make linux ARCH=um bash$ strip linux # you need to make a rootfs and apply the according $OPTIONS bash$ ./linux $OPTIONS -- greetings eMHa
pgp2dmRjkQ03A.pgp
Description: PGP signature
