From owner-svn-src-head@freebsd.org Thu Mar 30 01:04:05 2017 Return-Path: Delivered-To: svn-src-head@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 34987D24435; Thu, 30 Mar 2017 01:04:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::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 E378FA3D; Thu, 30 Mar 2017 01:04:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22e.google.com with SMTP id p22so27971769qka.3; Wed, 29 Mar 2017 18:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=X40NbBr4JLLYXfj84rfX6bU8uo5HTxa1D3x711w7ioI=; b=jisBna8jgyCcXkiAJ/Hb3zonnI3GJ50ECZ46jpANf6YLwQGKfti6WBQ7KWwBtl/pmK AjEizUHwUPqNYn2YaWmqIFFovTt2Udnv3gOyUqh7K+UwKeaR6/nGKb8SeZ3j5AO0grgr RI5EVjnzOp1WQW+vil4NaU7MY76dz/z4hTVDcGETexA5ksnWdB/YkJ1f9vaCLQ6sTygB MiTS84HfFvkirBkOqODQcXwzfiQVOVmkvmaGyXkjZdbNqiJBc/zyq0rqEweCWMUS1O9b pBUNyH//FWINuKbCG2r9/KaSwsFVMSOjlk6YMqEm9B+kHHp/+6lQa7nQo8V3zk0LLBir 63Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=X40NbBr4JLLYXfj84rfX6bU8uo5HTxa1D3x711w7ioI=; b=Tt5L8dwxlL62/VMlCsgEEIZ/Y3RoQZni9LsLJyZGO2vUfVFJmE27ZJgGtQh4Y3nsFm LdBtlm+bILCyD57ZurdjOy94LlsdPH9CrFmkwZZEcmsXgack+KRKGkB9kQr0+MruwvLe 2X/9lBY60Z2XtaiagDNhstPsL2F8oM8uEfB9vHYA/C4RTf1CLvM6Se1Ou314R6qxWBxN akYjFAxQvjrof2Pa74D3M8Zcbz1fe4qmXiZ/NEC0ySUDpVLWkxtP5WdUn7CTIHPdMLoj 52IUtSEfR7NbwXadhbi5c9PFyte8BmRF5cfe7QPXWRJ2bDb3hTRoVXjYA+GDONZOQh8U YQbw== X-Gm-Message-State: AFeK/H20XOcGrnVcfVX7aJG3h2VKFqMJcLCYIzoC+4bQRUQDe4orY14f8AywkYRMUXmkGmeIs+q2vwFI4EnFag== X-Received: by 10.55.67.135 with SMTP id q129mr3601041qka.98.1490835844235; Wed, 29 Mar 2017 18:04:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.93.18 with HTTP; Wed, 29 Mar 2017 18:04:03 -0700 (PDT) In-Reply-To: References: <201703290930.v2T9U3x9087583@repo.freebsd.org> <7448826.asYms2TLO2@ralph.baldwin.cx> <46812.1490823365@critter.freebsd.dk> From: Ngie Cooper Date: Wed, 29 Mar 2017 18:04:03 -0700 Message-ID: Subject: Re: svn commit: r316132 - head/sys/boot/i386/boot2 To: Toomas Soome Cc: Warner Losh , Poul-Henning Kamp , John Baldwin , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 01:04:05 -0000 On Wed, Mar 29, 2017 at 3:14 PM, Toomas Soome wrote: ... > One thing is - for now we know the boot2 has not changed and we do not really expect it to change in large scale anyhow. > > Second thing, yes the build process needs to be tested etc, and if needed we can issue statement which compiler we support or not. > > And finally - if the space limit is really-really on the way and no other way, then the alternate is to use freebsd-boot partition - nothing new about it. Great! I didn't figure that it could be changed (given recent discussions). I'll add a nice comment and open a CR/get it right so it's clear why it's 7680. I (for instance) didn't understand exactly why the limit was that way. It helps to document these things for interested parties :). -Ngie