marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00432
How to configure and compile and UML kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
You can configure a UML kernel as any other kernel; UML is seen as an
architecture, and the i386 instruction set (as opposed to x86_64) as a
sub-architecture.
You have to provide make with values for ARCH and SUBARCH at
configuration *and* compilation time. In practice:
make menuconfig ARCH=um SUBARCH=i386
For example [you can omit -j16, of course]
make -j16 ARCH=um SUBARCH=i386
- --
Luca Saiu
http://www-lipn.univ-paris13.fr/~saiu
GNU epsilon: http://www.gnu.org/software/epsilon
Marionnet: http://www.marionnet.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk8QQukACgkQvzOavibF0obs+wCfT/OkLpC90KZnfYtpSL7HDPhd
c98AoIUPXYas6/wOmlJ3YtyXjP1qaLp2
=WDdV
-----END PGP SIGNATURE-----