From owner-freebsd-current@freebsd.org Fri Dec 4 19:59:44 2020 Return-Path: Delivered-To: freebsd-current@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 5E8574AA8AC for ; Fri, 4 Dec 2020 19:59:44 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cnk7h2L4Gz3hwp; Fri, 4 Dec 2020 19:59:44 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p5486153a.dip0.t-ipconnect.de [84.134.21.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id D6091E192; Fri, 4 Dec 2020 19:59:43 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Fri, 4 Dec 2020 20:59:43 +0100 From: Gordon Bergling To: Toomas Soome Cc: FreeBSD Current Subject: Re: review request: loader: implement framebuffer console Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 8:55PM up 2 days, 6:21, 4 users, load averages: 0.31, 0.32, 0.30 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 04 Dec 2020 19:59:44 -0000 Hi Toomas, thanks for working on this. I have a build running and report back the results from Hyper-V FreeBSD instance. --Gordon PS: A few months ago I had a look at all the OpenSolaris incarnations and this feature was something I had on my TODO list for FreeBSD for a very long time. :) On Fri, Dec 04, 2020 at 11:24:25AM +0200, Toomas Soome wrote: > hi! > > I have been working on proper framebuffer support on FreeBSD loader and there is the current state: https://reviews.freebsd.org/D27420 > > All feedback is welcome, and especially if you can spare some time for testing:) > > thanks, > toomas > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --