diff options
| author | Tim Ansell <mithro@mithis.com> | 2008-02-11 02:43:42 -0500 |
|---|---|---|
| committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-27 20:05:52 -0400 |
| commit | b488f22d70f1c2451618b9991b9665d2c6b31e2b (patch) | |
| tree | f2d7d91408edced2ee31744c857ae4e7546f974f | |
| parent | bd6c26900bae19bd51abedfc9a8a281afbba3a06 (diff) | |
lguest: Add puppies which where previously missing.
lguest doesn't have features, it has puppies!
Signed-off-by: Timothy R Ansell <mithro@mithis.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
| -rw-r--r-- | Documentation/lguest/lguest.txt | 7 | ||||
| -rw-r--r-- | drivers/lguest/Makefile | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/lguest/lguest.txt b/Documentation/lguest/lguest.txt index 722d4e7fbebe..78fd14b658ce 100644 --- a/Documentation/lguest/lguest.txt +++ b/Documentation/lguest/lguest.txt | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | Rusty's Remarkably Unreliable Guide to Lguest | 1 | __ |
| 2 | - or, A Young Coder's Illustrated Hypervisor | 2 | (___()'`; Rusty's Remarkably Unreliable Guide to Lguest |
| 3 | http://lguest.ozlabs.org | 3 | /, /` - or, A Young Coder's Illustrated Hypervisor |
| 4 | \\"--\\ http://lguest.ozlabs.org | ||
| 4 | 5 | ||
| 5 | Lguest is designed to be a minimal hypervisor for the Linux kernel, for | 6 | Lguest is designed to be a minimal hypervisor for the Linux kernel, for |
| 6 | Linux developers and users to experiment with virtualization with the | 7 | Linux developers and users to experiment with virtualization with the |
diff --git a/drivers/lguest/Makefile b/drivers/lguest/Makefile index 5e8272d296d8..7d463c26124f 100644 --- a/drivers/lguest/Makefile +++ b/drivers/lguest/Makefile | |||
| @@ -19,3 +19,11 @@ Beer: | |||
| 19 | @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}" | 19 | @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}" |
| 20 | Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery: | 20 | Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery: |
| 21 | @sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'` | 21 | @sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'` |
| 22 | Puppy: | ||
| 23 | @clear | ||
| 24 | @printf " __ \n (___()'\`;\n /, /\`\n \\\\\\\"--\\\\\\ \n" | ||
| 25 | @sleep 2; clear; printf "\n\n Sit!\n\n"; sleep 1; clear | ||
| 26 | @printf " __ \n ()'\`; \n /\\|\` \n / | \n(/_)_|_ \n" | ||
| 27 | @sleep 2; clear; printf "\n\n Stand!\n\n"; sleep 1; clear | ||
| 28 | @printf " __ \n ()'\`; \n /\\|\` \n /._.= \n /| / \n(_\_)_ \n" | ||
| 29 | @sleep 2; clear; printf "\n\n Good puppy!\n\n"; sleep 1; clear | ||
