Hi Matt,
On Jun 22, 2006, at 2:56 PM, Petersson, Mats wrote:
Is there another step besides rebuilding with 'make world' after
installing SDL (and devel) packages?
If you go to .../tools/ioemu and type "grep CONFIG_SDL config-
host.mak",
what does it say?
linux:~/src/xen-unstable.hg/tools/ioemu # grep SDL config-host.mak
CONFIG_SDL=yes
SDL_CFLAGS=-I/usr/include/SDL -D_REENTRANT
xm dmesg output:
[snip]
That looks fine to me... I get those error messages too - it's just
BIOS
calls that are unsupported and it seems like the code performing the
call is happy anyways... You're trying to boot a Linux, right?
Hmmm, I realize I didn't attach a configuration. I've tried booting
a couple of different systems but the latest was trying to boot from
a SuSE 10.1 CD.
Thanks,
Lee
-------
import os, re
arch = os.uname()Ä4Ü
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 256
name = "LinuxSDB1HVM"
disk = [ 'phy:sdb1,hda1,w' ] # numerous variations
on_poweroff = 'destroy'
on_reboot = 'destroy'
on_crash = 'destroy'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom='/dev/hdb'
boot='d'
sdl=1
vnc=0
vncviewer=0
stdvga=1
serial='pty'
ne2000=0
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|