From owner-freebsd-mips@FreeBSD.ORG Wed Jul 28 23:51:55 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 0526D1065674 for ; Wed, 28 Jul 2010 23:51:55 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C7A9B8FC14 for ; Wed, 28 Jul 2010 23:51:54 +0000 (UTC) Received: by iwn35 with SMTP id 35so6318777iwn.13 for ; Wed, 28 Jul 2010 16:51:54 -0700 (PDT) Received: by 10.42.9.73 with SMTP id l9mr3591731icl.74.1280361114150; Wed, 28 Jul 2010 16:51:54 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.42.4.66 with HTTP; Wed, 28 Jul 2010 16:51:34 -0700 (PDT) In-Reply-To: <20100728.174653.956847443285364686.imp@bsdimp.com> References: <20100728.174653.956847443285364686.imp@bsdimp.com> From: Juli Mallett Date: Wed, 28 Jul 2010 16:51:34 -0700 X-Google-Sender-Auth: JtIoqac8wQQHYl-q7KeqePKl_l0 Message-ID: To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: Support for 64bit userspace. 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: Wed, 28 Jul 2010 23:51:55 -0000 On Wed, Jul 28, 2010 at 16:46, M. Warner Losh wrote: > Eventually, and by no means should this hold things up today, I'd like > to be able to run 32-bit and 64-bit programs on the same system... That isn't impacted by the pmap changes at all. Being able to support a larger user address space causes no problems with supporting programs which only use 0x00000000-0x7fffffff. It's only the normal freebsd32 compatibility that is required. Juli.