Displaying 7 results from an estimated 7 matches for "as86".
Did you mean:
aa86
2007 Jan 29
8
x86_64 build break in rombios
...`/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 BB 0000 mov bx, #
***** factor expected.....................................^
+a A317 BB 0000 mov bx, #
***** factor expected.....................................^
+a...
2006 Feb 04
2
dev86/vmxloader for debian
Hi all
I have built a preliminary debian package for dev86, required to build
xen with vmx support. you can get my packages here:
http://debian.nsp.co.nz/dev86. I have also trivially patched the rules
for xen 3 to build the vmxloader and include it in the resulting
packages, my builds/sources for these packages are here:
http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
.... yes
> checking for python-config... /usr/bin/python-config
> checking Python.h usability... yes
> checking Python.h presence... yes
> checking for Python.h... yes
> checking for PyArg_ParseTuple in -lpython2.7... yes
> checking for xgettext... /usr/bin/xgettext
> checking for as86... /usr/bin/as86
> checking for ld86... /usr/bin/ld86
> checking for bcc... /usr/bin/bcc
> checking for iasl... /usr/bin/iasl
> checking uuid/uuid.h usability... yes
> checking uuid/uuid.h presence... yes
> checking for uuid/uuid.h... yes
> checking for uuid_clear in -luuid......
2005 Jul 22
0
Build break on x86 FC3 platform
...ectory `/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.perl < rombios.txt > rombios.sym
mv tmp.bin BIOS-bochs-latest
./biossums BIOS-bochs-latest
PCI-Bios header at: 0x9DF0
Current checksum: 0x2F
Calculated checksum: 0x2F
$PIR header at: 0xA0A0
Current checksum:...
2013 Apr 30
5
Unaible to create DomU Guest
Hello.
First of all I ''m pretty new to Linux and this is my first install of Xen. So don''t mind me wrong if sometimes I don''t know which command is appropriate to fetch results.
I''m running a new Debian Squeeze release 2.6.32-5-xen-amd64 with minimal components. I''ve been going through install of Xen as per the documentation for the 4.2.1 release and
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system
to allow cross compiling for at least arm32 and arm64 based on the
Debian/Ubuntu multiarch infrastructure. They also add the necessary
fixes to build for arm64 (which I have only tried cross, not native).
I have posted some instructions on how to compile with these patches on
the wiki:
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...tools/configure.ac
+++ b/tools/configure.ac
@@ -67,6 +67,7 @@ AC_ARG_VAR([CURL], [Path to curl-config tool])
AC_ARG_VAR([XML], [Path to xml2-config tool])
AC_ARG_VAR([BASH], [Path to bash shell])
AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool])
+AC_ARG_VAR([CMAKE], [Path to cmake binary])
dnl as86, ld86, bcc and iasl are only present in x86* systems
case "$host_cpu" in
@@ -108,6 +109,9 @@ AS_IF([test "x$pythontools" = "xy"], [
AX_CHECK_PYTHON_VERSION([2], [3])
AX_CHECK_PYTHON_DEVEL()
])
+AS_IF([test "x$vtpm" = "xy"], [
+ AX_PAT...