From owner-freebsd-current@freebsd.org Sat Dec 2 20:27:05 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 0DEF1E68F7F for ; Sat, 2 Dec 2017 20:27:05 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E9DB57C75B for ; Sat, 2 Dec 2017 20:27:04 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id E63C6E68F7C; Sat, 2 Dec 2017 20:27:04 +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 E5DFAE68F7B for ; Sat, 2 Dec 2017 20:27:04 +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 9D8A47C75A for ; Sat, 2 Dec 2017 20:27:04 +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 1eLENE-000LFf-CW; Sat, 02 Dec 2017 22:26:56 +0200 Received: from [132.65.179.42] (helo=imac.bk.cs.huji.ac.il) by outmail.cs.huji.ac.il with esmtpsa id 1eLENE-0003h8-8l; Sat, 02 Dec 2017 22:26:56 +0200 From: Daniel Braniss Message-Id: <39F80CE7-BECF-4D4F-ACEB-5B6C52FC241B@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: Sat, 2 Dec 2017 22:26:54 +0200 In-Reply-To: Cc: FreeBSD Current To: Warner Losh References: 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: Sat, 02 Dec 2017 20:27:05 -0000 > 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 this is what happens when you are at the BEOT :-) now lets see how difficult it is to get ubldr for allwinner to compile. cheers, danny