From owner-freebsd-hackers@freebsd.org Thu Jan 10 13:46:26 2019 Return-Path: Delivered-To: freebsd-hackers@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 27072148C172 for ; Thu, 10 Jan 2019 13:46:26 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B645F84799 for ; Thu, 10 Jan 2019 13:46:25 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by mail-ot1-f51.google.com with SMTP id u16so9942460otk.8 for ; Thu, 10 Jan 2019 05:46:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RjjvTbBu2FTPkjKDxPDF3ZlT2/gJBmNIPDQvjc3BCt4=; b=U5CQX90OYgL4x6NkqgO/70dqQpFlD6BMYL2hHniwjRL0K8yDm2YX/30PEBKaiMv70b g2QvntBbTn2wYV1PZxC9QXK1gHbc8F9s4TFR/cMIiQ7qU/9qiB7CeLu20DDSY3+S1CTf WB0xp2qaz0/6WigDvOvYJxRb2+TjYDoA/358I2Dm4MzX+JaxBms1WCShOqlHN+BUca0h TJZH7zjHsuOGCBruQ0suXtRIDqtH9BDWRVB7wjzf0Dm6KCiyPaaF1O6MLPkF7tULNkGD sa9D42OfoAGIjkO+CK+c3DtKyHwN99oCBXoVm1L16sICZ12DH+4GrKWsXI2TZOMUXK6Q Pytw== X-Gm-Message-State: AJcUukcxHpz+tS5F5PqN150dygVhLR8bJfzn8kJ53Ntwa/XCRAYSmBeY Nedxkmsp5tgIqL4k3UZ4yuoKlEqehRD4PG+S6SwljA== X-Google-Smtp-Source: ALg8bN7ha5+S/9GEh5TMxq4VzpSApmdD15w/pmTUfmIK+pKr1YKeZPZ2IxDe+bQpi/LCuyDo2ZOMCPg/9N0ezfv1Rdc= X-Received: by 2002:a9d:5f06:: with SMTP id f6mr7168164oti.258.1547127978804; Thu, 10 Jan 2019 05:46:18 -0800 (PST) MIME-Version: 1.0 References: <201901021829.x02IT4Kc064169@slippy.cwsent.com> <361CCB81-AEB6-4EAC-9604-CD8F4C63948C@gmail.com> In-Reply-To: From: Igor Mozolevsky Date: Thu, 10 Jan 2019 13:45:42 +0000 Message-ID: Subject: Re: Speculative: Rust for base system components To: Eric McCorkle Cc: Hackers freeBSD Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: B645F84799 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.937,0] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2019 13:46:26 -0000 On Thu, 10 Jan 2019 at 13:19, Eric McCorkle wrote: > Circling back a bit late (I'm swamped right now) to make one final > follow-up... > > I think it would be a useful exercise to try and get a minimal > rust-based UEFI boot loader up and going. When I have some more free > time (hopefully soon), I might take a swing at it. > So if (and we all know where this is headed!) that were to make it into the distribution, how many compilers would one need to compile to actually compile a FreeBSD distro by then?.. -- Igor M.