Dennis Bjorklund wrote:
> I downloaded plex86-2000_0323a.tar.gz and tried to run it. It ends with
> segmentation fault and the usecount on the kernel-module is increasing:
This is probably a known bug. Try using the latest CVS version,
or else apply this patch:
--- plex86-2000_0326a/kernel/monitor.c Sun Mar 26 01:06:35 2000
+++ plex86/kernel/monitor.c Tue Mar 28 12:57:16 2000
@@ -638,9 +637,11 @@
vm->common.addr = &vm->host.addr;
+#ifdef SBE
// Restore page mapping for current code page. The TLB
// trick code mapped it to the private code page.
* vm->host.codepage_pte_p = vm->host.codepage_pte_saved;
+#endif
switch ( (vm->host.guest_context->event_info >> 8) & 0xff )
{
[snip]
> - 5. Have a look through user/fmw.conf. This configuration
> + 5. Have a look through user/plex86.conf. This configuration
This should also be fixed in CVS ...
Thanks,
Ulrich
--
Ulrich Weigand,
IMMD 1, Universitaet Erlangen-Nuernberg,
Martensstr. 3, D-91058 Erlangen, Phone: +49 9131 85-27688