From owner-freebsd-sparc64@freebsd.org Mon Apr 25 22:48:46 2016 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D07DB1C6C5 for ; Mon, 25 Apr 2016 22:48:46 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from s16892447.onlinehome-server.info (chuckie.co.uk [82.165.15.123]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60A991C0E for ; Mon, 25 Apr 2016 22:48:45 +0000 (UTC) (envelope-from mark.cave-ayland@ilande.co.uk) Received: from host81-154-31-210.range81-154.btcentralplus.com ([81.154.31.210] helo=[192.168.1.65]) by s16892447.onlinehome-server.info with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1aupJ4-0000UK-6U; Mon, 25 Apr 2016 23:48:42 +0100 To: Cedric Blancher References: <570FA410.5020408@ilande.co.uk> <571E663D.2080207@ilande.co.uk> <571E718F.4010401@ilande.co.uk> Cc: "freebsd-sparc64@freebsd.org" From: Mark Cave-Ayland Message-ID: <571E9EC3.4040506@ilande.co.uk> Date: Mon, 25 Apr 2016 23:48:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 81.154.31.210 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on s16892447.onlinehome-server.info X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Subject: Re: qemu-system-sparc64 can boot FreeBSD 10.3! X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 22:48:46 -0000 On 25/04/16 21:11, Cedric Blancher wrote: > What about boot from network with NFS root (diskless machines) - does > this still work with FreeBSD on x86? SeaBIOS has in-built PXE support so that should work fine on x86, although sadly OpenBIOS as used by SPARC64/PPC doesn't (yet) have an IP stack. ATB, Mark.