Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87880
b: refs/heads/master
c: 9b7a448
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Rusty Russell committed Mar 28, 2008
1 parent c871040 commit 4f6b7a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b488f22d70f1c2451618b9991b9665d2c6b31e2b
refs/heads/master: 9b7a448e2b23101a776ddf639c9037d47244f7ab
12 changes: 8 additions & 4 deletions trunk/Documentation/lguest/lguest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ Running Lguest:
CONFIG_PHYSICAL_ALIGN=0x100000)

"Device Drivers":
"Block devices"
"Virtio block driver (EXPERIMENTAL)" = M/Y
"Network device support"
"Universal TUN/TAP device driver support" = M/Y
(CONFIG_TUN=m)
"Virtualization"
"Linux hypervisor example code" = M/Y
(CONFIG_LGUEST=m)
"Virtio network driver (EXPERIMENTAL)" = M/Y
(CONFIG_VIRTIO_BLK=m, CONFIG_VIRTIO_NET=m and CONFIG_TUN=m)

"Virtualization"
"Linux hypervisor example code" = M/Y
(CONFIG_LGUEST=m)

- A tool called "lguest" is available in this directory: type "make"
to build it. If you didn't build your kernel in-tree, use "make
Expand Down

0 comments on commit 4f6b7a7

Please sign in to comment.