From owner-freebsd-current@freebsd.org Sun Dec 3 06:42:26 2017 Return-Path: Delivered-To: freebsd-current@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 559A9DF09D9 for ; Sun, 3 Dec 2017 06:42:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF346DCAE for ; Sun, 3 Dec 2017 06:42:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 3B53BDF09D8; Sun, 3 Dec 2017 06:42:26 +0000 (UTC) Delivered-To: current@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 3AE98DF09D7 for ; Sun, 3 Dec 2017 06:42:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E43286DCAD for ; Sun, 3 Dec 2017 06:42:25 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from e-bsd.cs.huji.ac.il ([132.65.80.241] helo=outmail.cs.huji.ac.il ident=exim) by kabab.cs.huji.ac.il with esmtp id 1eLNyg-000Llx-DS; Sun, 03 Dec 2017 08:42:14 +0200 Received: from [132.65.179.42] (helo=imac.bk.cs.huji.ac.il) by outmail.cs.huji.ac.il with esmtpsa id 1eLNyg-00013v-4q; Sun, 03 Dec 2017 08:42:14 +0200 From: Daniel Braniss Message-Id: <42427F81-E6FE-43CE-87D5-2560CC66F866@cs.huji.ac.il> Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: what happened to src/sys/boot? Date: Sun, 3 Dec 2017 08:42:13 +0200 In-Reply-To: Cc: FreeBSD Current To: Warner Losh References: <39F80CE7-BECF-4D4F-ACEB-5B6C52FC241B@cs.huji.ac.il> X-Mailer: Apple Mail (2.3445.4.7) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 06:42:26 -0000 > On 2 Dec 2017, at 22:31, Warner Losh wrote: >=20 >=20 >=20 > On Sat, Dec 2, 2017 at 1:26 PM, Daniel Braniss > wrote: >=20 >=20 >> On 2 Dec 2017, at 17:42, Warner Losh > wrote: >>=20 >>=20 >>=20 >> On Sat, Dec 2, 2017 at 6:42 AM, Daniel Braniss > wrote: >> Hi, >> it seems to have disappeared. >>=20 >> After discussion on arch@, they were move to src/stand. They aren't = part of the kernel, and this was the previous historic place for them. = This will make things like the lua boot loader a bit easier, though we = still have a bit too much accumulated debt in the boot loader that needs = to be addressed first. >>=20 >> Warner=20 >=20 > this is what happens when you are at the BEOT :-) > now lets see how difficult it is to get ubldr for allwinner to = compile. >=20 > Builds for me. Lemme know if that's not true for you. >=20 > Warner=20 changed sys/boot to stand in crochet/lib/freebsd.sh, now will check if all this works! thanks, danny