From owner-freebsd-mips@FreeBSD.ORG Mon Jul 19 16:45:47 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2AF81065676 for ; Mon, 19 Jul 2010 16:45:47 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5C98FC18 for ; Mon, 19 Jul 2010 16:45:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o6JGdOmT038958; Mon, 19 Jul 2010 10:39:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 19 Jul 2010 10:39:51 -0600 (MDT) Message-Id: <20100719.103951.1033552815255184453.imp@bsdimp.com> To: waynegong83@gmail.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@FreeBSD.org Subject: Re: Image activator for N64 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 16:45:48 -0000 In message: waynegong L writes: : Hi Julie, : : Is image activator created for N64? No. : In your last mail you mentioned that N64 worlds are not supported currently : with N64 kernels. Can you please let : me the know what state it is in right now? pmap work is necessary to support 64-bit mappings and page tables. Right now, there's only enough 64-bit support in the pmap to handle the kernel. Warner