From owner-freebsd-arch@freebsd.org Thu Feb 8 02:04:43 2018 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47E63EEEB54 for ; Thu, 8 Feb 2018 02:04:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0C216BB4F; Thu, 8 Feb 2018 02:04:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22e.google.com with SMTP id n7so4188470iob.0; Wed, 07 Feb 2018 18:04:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=SNvQLhecW6zaWXS3pKb5FxTAQUpR1Kq1vuIAOl5vHGw=; b=nkUNVMORzSorh1ubjL3dOZXfVi5wXy8G2qb5EzoVLMWujDZeBPPIN72DtX5rmeSRrr I6qfbXmrIyTs2st0LgdjbxQvnGnJqiPCce1cIItfuCkkerdj6oczYLv99r0X5bdAAtOB XZbJ+P6r6eB85JqXeOu+jbNSUrH7sS3F3JSy8z3C0zGbSgSuqW2zCKcCIUaEPBWc2KOR Qm6xGRSmF61jbT8Iq0Mcm/hFIuGlIjPI8+zkg+xwhfQdP0QrWe9F4vAG1EvDbd8bJ4qJ qBLOrKgKhj5HTSMjSnB2XgTfxEaZKY2TyLkIaiIRFmKkwVKzIbaJ9hTZ5fVJwjfvdHir R1uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=SNvQLhecW6zaWXS3pKb5FxTAQUpR1Kq1vuIAOl5vHGw=; b=F7KXzV/RkoO4l51mrzp9QwfpCnPFe7tIE6+9ccwNeVYddgwU4rdpcJO4a7MYvoNihl xrQSCQqABC66WgAp3RDZjIGPXJFRvX8TmqSXwN/CsFv/uAjjGWcV0bxuLAN5thSeqMaQ 448qrQZOS2gZW/jdaid2yA6mmVREx7S3CoOK00IOst+KtpfcrzU8hEFOMdN1a+8+HVQE bkWclWqhY3/OI8GwRFc5I3H9BOr8hquvjFdJTRj8dFk7kBr7aboR4ARUivQPuBsUi2Tn MBeHrypiaH91lxCEmuiYPlyQtaGbbWjlZ4Rjq1HWiYzUXgeMnjz3hBh3ePBU16DT6mJR 3law== X-Gm-Message-State: APf1xPBKdnFrI377ToJrsWUL5te4uVO2ksT8M0nmD9mdJBoc/gy8ck+T 1gFxgl4wPBDjNhw1fGSKCrjst2oLK0aOvwpexTs= X-Google-Smtp-Source: AH8x227dxUyswUx0mra7tI5yXOvIAe1Rjkxc9tengNPpT5dmzUz1kM2MMalgUllWUtchmxDkxA2BXgNK6FwRHef5SOw= X-Received: by 10.107.107.1 with SMTP id g1mr9973735ioc.63.1518055482316; Wed, 07 Feb 2018 18:04:42 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.147.9 with HTTP; Wed, 7 Feb 2018 18:04:21 -0800 (PST) In-Reply-To: References: <5015.1517478674@critter.freebsd.dk> From: Ed Maste Date: Wed, 7 Feb 2018 21:04:21 -0500 X-Google-Sender-Auth: zguWl9GInl9WM9nVj0u9bYjhPxI Message-ID: Subject: Re: Feedback on proposed loader changes To: Warner Losh , Devin Teske Cc: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 02:04:43 -0000 On 1 February 2018 at 11:58, Devin Teske wrote: > > 1. Please allow both boot systems for a while so that the lua-based menu can be made as feature full as the Forth menu. Zak, my co-op student from last term did a bunch of this work; it's in the lua-bootloader branch of https://github.com/ZakSN/freebsd. The work term ended before Warner's rework was ready, but it should be relatively straightforward to rebase it and begin review / refinement. I agree we should support both variants for at least some time.