The Itanium Linux-on-Linux virtual-machine monitor, or hypervisor, allows a Linux kernel to run in user mode, similar to UML for x86 platforms.
Source is available from the Linux-on-Linux page.
vmm [-k ] [ -n ncpu] [ -t
tapnum] [-m memsize] vmlinux
linux args ...
VMM is a virtual machine monitor that uses Linux itself as a hypervisor. It runs a specially prepared kernel on Itanium, with console redirected to standard input and network redirected to the TUN/TAP device.
/tmp; if there is insufficient real memory, the
virtual machine will swap to that file, and be slow.
/tmp/vm.[0-9]* --- mapped physical
memory for the virtual machine. Deleted if -k not specified.
/tmp/vm.[0-9]*-io --- Shared mapped segment for asycnhronous `disk' I/O