Displaying 7 results from an estimated 7 matches for "figlet".
Did you mean:
piglet
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
This hacked up version of figlet contributes a supprisingly large proportion
of the Coverity issues found under xen/ (and therefore attributed against Xen)
Figlet can be found in all distros, so make use of it.
We keep xen.flf (being the Xen figlet font) and replace the hacked up octal
transform with a short python script.
The...
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter
xen/Makefile, to have compile.h built from a .in, and the figlet view of the
version info, and have the upstream developers regen the figlet part when the
version changes?
I''m willing to modify the build system to do t...
2008 Nov 17
0
Xen 3.3 compile error
...o get missing xen
kernel following error appears:
make -C xen install
make[1]: Entering directory `/root/xen-3.3.0/xen''
make -f Rules.mk _install
make[2]: Entering directory `/root/xen-3.3.0/xen''
make -C tools
make[3]: Entering directory `/root/xen-3.3.0/xen/tools''
[ -d figlet ] && make -C figlet
make[4]: Entering directory `/root/xen-3.3.0/xen/tools/figlet''
make[4]: `figlet'' is up to date.
make[4]: Leaving directory `/root/xen-3.3.0/xen/tools/figlet''
make symbols
make[4]: Entering directory `/root/xen-3.3.0/xen/tools''
gcc -Wal...
2006 Mar 23
0
Compile Error xen 3.0.1 on FC5 "cc1: warnings being treated as errors"
Hello,
To get the binary vmxloader on FC5 i need to compile this from xen source
with "make KERNELS=linux-2.6-xen world".
There is a error "cc1: warnings being treated as errors" and compile aborts.
---
make[3]: Entering directory `/tmp/xen-3.0.1/xen''
tools/figlet/figlet -d tools/figlet Xen 3.0.1 > include/xen/banner.h.new
__ __ _____ ___ _
\ \/ /___ _ __ |___ / / _ \ / |
\ // _ \ ''_ \ |_ \| | | || |
/ \ __/ | | | ___) | |_| || |
/_/\_\___|_| |_| |____(_)___(_)_|
make[3]: Leaving directory `/tmp/xen-3.0.1/xen'&...
2006 May 05
6
PAE mode mismatch in Xen (xen=no Dom0=yes)
Hi,
I just added 32GB memory in my system and wanted Xen to see that memory, so enabled PAE in xen0 and XenU. I did a make menuconfig in xen0 and xenU, then did a make in xen-unstable and a make install.
Whilebooting this kernel, I get the above error PAE mode mismatch. I looked under xen/include/asm-x86/processor.h has #define X86_CR4_PAE defined and so does cpufeature.h have this defined.
2005 Oct 06
3
Xen unstable/SuSE 9.3 install issue
Hi,
I have successfully installed Xen unstable binary on SuSE 9.3. I am trying
to do a source install and I got the following error. Will be glad for any
help or guidance.
In file included from include/asm-xen/asm/processor.h:18,
from include/asm/thread_info.h:17,
from include/linux/thread_info.h:21,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from
2006 May 22
6
existing magic to prevent db redundancy?
suppose users have a favorite colour, linked to with a color_id field.
suppose also they have a pet rock, which is one of many possible
colors...
is there a ''best practice'' in order to avoid having ''blue'' appear in the
Color table 100 times. can validates_uniqueness_of be twisted into
handling this case? should i be adding something to the initialize()