On Sat, 4 Dec 2004, Rupert Schlick wrote:
vendor_id : CentaurHauls
model name : VIA Samuel 2
yeah, that's the "bad" one.
vendor_id : CentaurHauls
model name : VIA Nehemiah
I also expect to send updated patch to the list on Monday which should
address all know in issues. FWIW, the issues I ran so far and fixed were:
1) lack of 4mb page tables
2) lack of support for CMOVE
So there is hope, at least. :-)
if you are up to experimenting:
1) find the patch I posted on list, apply it (note that the email had two
attachements, you want only one)
http://article.gmane.org/gmane.comp.emulators.xen.devel/3669
http://sourceforge.net/mailarchive/message.php?msg_id=10116333
2) edit Rules.mk
--- /usr/src/cm/xen/xen-2.0.bk-old/xen/arch/x86/Rules.mk-backup 2004-11-15
11:00:51.000000000 -0700
+++ /usr/src/cm/xen/xen-2.0.bk-old/xen/arch/x86/Rules.mk 2004-12-03
11:40:52.000000000 -0700
@@ -12,7 +12,7 @@
CFLAGS += -msoft-float
ifeq ($(TARGET_SUBARCH),x86_32)
-CFLAGS += -m32 -march=i686
+CFLAGS += -m32 -march=i586
LDFLAGS := --oformat elf32-i386
endif
3) add "nosmp" and "noacpi" to xen boot params,
... and see how far you get.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|