git: 9front

Download patch

ref: 6b8eb26a267808c5ebcb6ec38f0b4806c54c5d6f
parent: 626eb6de0f82e40f432e7b22a02a1040202d03d5
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 30 18:33:22 EDT 2025

9boot(8): document 8+3 file-name limitation for 9bootfat

--- a/sys/man/8/9boot
+++ b/sys/man/8/9boot
@@ -199,6 +199,9 @@
 .B *nocga=
 parameters.
 Serial console is not supported by EFI.
+.PP
+.B 9bootfat
+only supports short (8+3) file-names.
 .SH HISTORY
 9boot first appeared in 9front (April, 2011).
 EFI support first appeared in 9front (Oct, 2014).
--