From: fcambus Date: Thu, 10 Jun 2021 06:54:42 +0000 (+0000) Subject: Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7d80ca9f1f47ca4998b6360aabd1feff1e3307d2;p=openbsd Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels. The size of kernel fonts in RAMDISKs had long been a problem on systems with large screen resolutions booting via EFI, as previously only the 8x16 font was built into RAMDISKs. As those systems are becoming more common, this should make the installation and update process more comfortable. OK deraadt@, jcs@ --- diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 66c6536f7de..6ef07cb49bc 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.190 2020/12/27 23:05:37 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.191 2021/06/10 06:54:42 fcambus Exp $ machine amd64 maxusers 4 @@ -20,6 +20,10 @@ option MSDOSFS option INET6 option CRYPTO +option FONT_SPLEEN8x16 +option FONT_SPLEEN12x24 +option FONT_SPLEEN16x32 + option RAMDISK_HOOKS option MINIROOTSIZE=7360 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 08745f8f7e8..fbf7a135d9f 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.153 2021/05/29 08:50:07 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.154 2021/06/10 06:54:42 fcambus Exp $ machine arm64 maxusers 4 @@ -9,6 +9,10 @@ option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG +option FONT_SPLEEN8x16 +option FONT_SPLEEN12x24 +option FONT_SPLEEN16x32 + option RAMDISK_HOOKS option MINIROOTSIZE=24576