From owner-freebsd-emulation Wed Jan 20 17:52:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18970 for freebsd-emulation-outgoing; Wed, 20 Jan 1999 17:52:21 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from lips.lcse.umn.edu (lips.lcse.umn.edu [128.101.182.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18965 for ; Wed, 20 Jan 1999 17:52:19 -0800 (PST) (envelope-from cattelan@thebarn.com) Received: from thebarn.com (ysam.mappcc.mapp.org [148.142.0.3]) by lips.lcse.umn.edu (8.9.1/8.9.1) with ESMTP id TAA42580 for ; Wed, 20 Jan 1999 19:45:53 -0600 (CST) Message-ID: <36A686A3.9E88334B@thebarn.com> Date: Wed, 20 Jan 1999 19:45:08 -0600 From: Russell Cattelan X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.ORG Subject: Working version of xcopilot for 3.0-current? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I everything I try core dumps one of the threads. looks like the one that actually loads the rom. I've tried the one in the ports tree and the lastest version (0.6.7) no luck on either. Cannot access memory at address 0x400104a4. #0 load_rom (dir=Cannot access memory at address 0xefbfd0b8. ) at memory.c:460 460 *p = (*bp << 8) | *(bp + 1); (gdb) list 455 for (i = 0; i < rom_size/2; i++) { 456 UWORD *p; 457 UBYTE *bp; 458 p = rommemory + i; 459 bp = (UBYTE *)p; 460 *p = (*bp << 8) | *(bp + 1); 461 } 462 #endif 463 464 close(f); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message