Lines Matching refs:to
2 (___()'`; Rusty's Remarkably Unreliable Guide to Lguest
6 Lguest is designed to be a minimal 32-bit x86 hypervisor for the Linux kernel,
7 for Linux developers and users to experiment with virtualization with the
8 minimum of complexity. Nonetheless, it should have sufficient features to
9 make it useful for specific tasks, and, of course, you are encouraged to fork
16 - Simple program to create new guests.
21 - Fun to hack on.
22 - No ABI: being tied to a specific kernel anyway, you can change anything.
27 - The easiest way to run lguest is to use same kernel as guest and host.
28 You can configure them differently, but usually it's easiest not to.
30 You will need to configure your kernel with the following options:
36 "Alignment value to which kernel should be aligned" = 0x100000
53 to build it. If you didn't build your kernel in-tree, use "make
66 Make sure that you install a getty on /dev/hvc0 if you want to log in on the
77 64: the amount of memory to use, in MB.
96 Another method is to bridge the tap device to an external interface
98 to obtain an IP address. The bridge needs to be configured first:
99 this option simply adds the tap interface to it.
115 for general information on how to get bridging to work.
120 to provide entropy to the guest kernel's /dev/random.