UML Kernels
These kernels have been compiled using GCC 3.4.4 to GCC 3.4.5 hardened.
They are provided for your convenience only (to get you started),
but it is highly recommended that you build your own kernels
- it is even mandatory if you want to use certain features (pcap packet capture).
More kernels here (Blaisorblade's kernels)
Configuration
These kernels have been compiled with the following options (see config file for more details):
- UBD device support
- UML console support (all except xterm)
- Network and iptables support
- Filesystem support (ext3 and reiserfs)
Build your own
Building a UML kernel is remarcably simple:
- Download the latest kernel from kernel.org and uncompress it
- Download a config file from the list above and save it to the kernel source directory as '.config'
make ARCH=um oldconfig
make ARCH=um
Done!