From nobody Sun Apr 13 02:02:28 2025 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZZtwS0rX8z5t5cZ for ; Sun, 13 Apr 2025 02:02:32 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZZtwR63Vpz3F11 for ; Sun, 13 Apr 2025 02:02:31 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1u3mg1-00AS7J-6F for current@freebsd.org; Sun, 13 Apr 2025 04:02:29 +0200 Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1u3mg0-0005Qm-Fo; Sun, 13 Apr 2025 04:02:28 +0200 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1u3mg0-0004s8-Eq; Sun, 13 Apr 2025 04:02:28 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Sun, 13 Apr 2025 02:02:28 GMT From: "Alexander Ziaee" To: "Tomoaki AOKI" CC: "current" Subject: Re: Enabling Spleen 64 from boot Date: Sun, 13 Apr 2025 02:02:28 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: <20250413102213.c592a25e8390bdc9aa54cd30@dec.sakura.ne.jp> Message-Id: X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Queue-Id: 4ZZtwR63Vpz3F11 X-Spamd-Bar: ---- On 2025-04-12 21:22 -04:00 EDT, "Tomoaki AOKI" = wrote: > On Sat, 12 Apr 2025 23:35:02 +0000 (UTC) > "Alexander Ziaee" wrote: >=20 >> Hello, >>=20 >> I'd like to enable spleen 64 in the build. It provides 80x25 character c= onsole on my 14" 2560x1600 display. I don't understand Makefile very well, = but it is working on my machine. Attached is the review. >>=20 >> [0]: https://reviews.freebsd.org/D49768 >>=20 >> Best, >> Alex >=20 > If the problem is NOT in building the font itself, commenting on > the review would be pointles, so commenting here. > Is the font itself built fine reproducibly? > For now, assuming it's OK here. > And also assuming the problem is in console (vty) after loader > invoked kernel. This is a good catch. I edited the commit message to attempt to make it mor= e clear, did that help? Thanks, Alex=