From owner-dev-commits-src-branches@freebsd.org Tue Mar 23 15:36:24 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 837C45B1F0E; Tue, 23 Mar 2021 15:36:24 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4b7X3NXjz3Gn7; Tue, 23 Mar 2021 15:36:24 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MacBook-Pro.local (69-228-200-148.lightspeed.knvltn.sbcglobal.net [69.228.200.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2AD3326905; Tue, 23 Mar 2021 15:36:24 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: git: b304cd9789ca - stable/12 - Drop EFI_STAGING_SIZE back down to 64M To: Maxim Sobolev , Ryan Moeller Cc: src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org References: <202103222148.12MLm6Wl074553@gitrepo.freebsd.org> From: Ryan Moeller Message-ID: <177dd150-c20f-b988-3a3e-008f70cfaf0c@FreeBSD.org> Date: Tue, 23 Mar 2021 11:36:22 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2021 15:36:24 -0000 On 3/22/21 6:08 PM, Maxim Sobolev wrote: > Hmm, that's really annoying, reminiscent of the old DOS days, where > you might have few megs of memory, but won't be able to use it due to > some bios/motherboard quirk. :-/ > > Can we at least have some specific section for VMWare to teak that in? > We already have the HYPER-V section in that file, so it's not unheard > of. At the very least other virtual machines (i.e. VirtualBox in the > EFI mode or majority "real" EFI servers) do not have this restriction. > My understanding is that the staging area will dynamically grow at run time if necessary: https://cgit.freebsd.org/src/commit/?id=821e3395c053a35e666c99c94bbeed84f7da2dcf - Ryan