mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
bd6c26900b
commit
b488f22d70
2 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
Rusty's Remarkably Unreliable Guide to Lguest
|
__
|
||||||
- or, A Young Coder's Illustrated Hypervisor
|
(___()'`; Rusty's Remarkably Unreliable Guide to Lguest
|
||||||
http://lguest.ozlabs.org
|
/, /` - or, A Young Coder's Illustrated Hypervisor
|
||||||
|
\\"--\\ http://lguest.ozlabs.org
|
||||||
|
|
||||||
Lguest is designed to be a minimal hypervisor for the Linux kernel, for
|
Lguest is designed to be a minimal hypervisor for the Linux kernel, for
|
||||||
Linux developers and users to experiment with virtualization with the
|
Linux developers and users to experiment with virtualization with the
|
||||||
|
|
|
@ -19,3 +19,11 @@ Beer:
|
||||||
@for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
|
@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:
|
Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
|
||||||
@sh ../../Documentation/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
|
@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
|
||||||
|
|
Loading…
Reference in a new issue