Displaying 4 results from an estimated 4 matches for "biossums".
Did you mean:
biosisms
2005 Jul 22
0
Build break on x86 FC3 platform
...on an x86 FC3 platform where I routinely build
and test Xen:
make[3]: Leaving directory `/tmp/xen-unstable.hg/tools/pygrub''
make[3]: Entering directory `/tmp/xen-unstable.hg/tools/firmware''
make[4]: Entering directory `/tmp/xen-
unstable.hg/tools/firmware/rombios''
gcc -o biossums biossums.c
gcc -DBX_SMP_PROCESSORS=1 -E -P rombios.c > _rombios_.c
bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
sed -e ''s/^\.text//'' -e ''s/^\.data//'' rombios.s > _rombios_.s
as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
perl makesym.pe...
2013 Nov 25
3
[PATCH 0/2] Coverity fixes for tools/firmware
These two fixes are the final two outstanding issues in tools/firmware. They
are both quite minor.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
--
1.7.10.4
2007 Jan 29
8
x86_64 build break in rombios
...ES10 with gcc 4.1.0. Is there a fix for this?
Thanks,
Aravindh Puthiyaparambil
Xen Development Team
Unisys, Tredyffrin PA
make[1]: Entering directory `/root/xen/xen-unstable.hg/tools/firmware''
make[2]: Entering directory
`/root/xen/xen-unstable.hg/tools/firmware/rombios''
gcc -o biossums biossums.c
gcc -DBX_SMP_PROCESSORS=1 -E -P rombios.c > _rombios_.c
bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
sed -e ''s/^\.text//'' -e ''s/^\.data//'' rombios.s > _rombios_.s
as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
+a A311...
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU:
- disable emulated VGA adpater if there is passthroughed gfx
- register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx
Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
_______________________________________________
Xen-devel mailing list