From c87104013b3db18551a3835037898d80ebfcafdb Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Mon, 11 Feb 2008 18:13:42 +1030 Subject: [PATCH] --- yaml --- r: 87879 b: refs/heads/master c: b488f22d70f1c2451618b9991b9665d2c6b31e2b h: refs/heads/master i: 87877: ae62c1f2dce6cecdf8d3741cdd47b1dba24a6dff 87875: f4a9092e858c5931f99f39d19e5f091bd9fe8ce8 87871: 2ebe08cf58782f5129615c1d687ab89abca31567 v: v3 --- [refs] | 2 +- trunk/Documentation/lguest/lguest.txt | 7 ++++--- trunk/drivers/lguest/Makefile | 8 ++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 09d102f8a39b..9395710d3ac1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd6c26900bae19bd51abedfc9a8a281afbba3a06 +refs/heads/master: b488f22d70f1c2451618b9991b9665d2c6b31e2b diff --git a/trunk/Documentation/lguest/lguest.txt b/trunk/Documentation/lguest/lguest.txt index 722d4e7fbebe..78fd14b658ce 100644 --- a/trunk/Documentation/lguest/lguest.txt +++ b/trunk/Documentation/lguest/lguest.txt @@ -1,6 +1,7 @@ -Rusty's Remarkably Unreliable Guide to Lguest - - or, A Young Coder's Illustrated Hypervisor -http://lguest.ozlabs.org + __ + (___()'`; Rusty's Remarkably Unreliable Guide to Lguest + /, /` - or, A Young Coder's Illustrated Hypervisor + \\"--\\ http://lguest.ozlabs.org Lguest is designed to be a minimal hypervisor for the Linux kernel, for Linux developers and users to experiment with virtualization with the diff --git a/trunk/drivers/lguest/Makefile b/trunk/drivers/lguest/Makefile index 5e8272d296d8..7d463c26124f 100644 --- a/trunk/drivers/lguest/Makefile +++ b/trunk/drivers/lguest/Makefile @@ -19,3 +19,11 @@ Beer: @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}" Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery: @sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'` +Puppy: + @clear + @printf " __ \n (___()'\`;\n /, /\`\n \\\\\\\"--\\\\\\ \n" + @sleep 2; clear; printf "\n\n Sit!\n\n"; sleep 1; clear + @printf " __ \n ()'\`; \n /\\|\` \n / | \n(/_)_|_ \n" + @sleep 2; clear; printf "\n\n Stand!\n\n"; sleep 1; clear + @printf " __ \n ()'\`; \n /\\|\` \n /._.= \n /| / \n(_\_)_ \n" + @sleep 2; clear; printf "\n\n Good puppy!\n\n"; sleep 1; clear