From owner-freebsd-arm@FreeBSD.ORG Wed Aug 21 21:37:36 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9025AF1D for ; Wed, 21 Aug 2013 21:37:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2724C2E4A for ; Wed, 21 Aug 2013 21:37:35 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hr7so1005133wib.6 for ; Wed, 21 Aug 2013 14:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=k+jNR9AEEsuhfZkLp7sT0ezpwhKSFZ1m79Jprk9LCrg=; b=cRn9q9YeBUOSq+Cwi8MRQQZ1MCi6ukU7NejQUZKBjFTxSglBKsCkGbXDIL290E8wmq /sENBXN97ZvUkX77wV/qEIk68ylk0nXAL5NLsH9PkYZHUKCslwq6n932Ygu3RMFXWuJg bKiPRUOAKSeUmJcsK1SfeG17RwvXr6hbY/SI9tzd5499Hp/yeusyVe/vQOiN5eW6BzpJ yBBNtXnqGa2emfgWzfrd4ntbDUaoVx4V7kS0hFa9VJPjk8MdonWpWGOq1DYplLWpms9n /Bjy3B/10cdkZQbk9eH/a4UUuislBrCsUMK3bH98RAPlYFhVUUTGBMF/OaqKY1+/ITtJ zwcQ== MIME-Version: 1.0 X-Received: by 10.180.211.206 with SMTP id ne14mr7087100wic.30.1377121054404; Wed, 21 Aug 2013 14:37:34 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Wed, 21 Aug 2013 14:37:34 -0700 (PDT) In-Reply-To: <5214EAE6.6040300@semihalf.com> References: <5214EAE6.6040300@semihalf.com> Date: Wed, 21 Aug 2013 14:37:34 -0700 X-Google-Sender-Auth: v3ikuvBbu9TFRLJIglEMlxGnXYg Message-ID: Subject: Re: Introduction to the superpages support for ARMv6/v7 From: Adrian Chadd To: Zbyszek Bodek Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" , Alan Cox X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 21:37:36 -0000 Hi! I like your ARM work very much. Is there any emulator that we can spin up to actually test this stuff out? -adrian