git: 9front

Download patch

ref: 224feb11f9247b6bb793d89a4d03c4d20650192d
parent: 50672b75548c9b705b1d75ca13cf0a3816d71a9e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jul 27 20:38:00 EDT 2021

kernel: increase bootfs.paq compression level and blocksize

With the intel wifi firmware, this saves around 3MB of the
kernel image size.

--- a/sys/src/9/boot/bootmkfile
+++ b/sys/src/9/boot/bootmkfile
@@ -18,5 +18,5 @@
 		cd bootfs/$objtype/bin
 		#strip * */* */*/* >[2]/dev/null || status=''
 	}
-	mkpaqfs -o $target bootfs
+	mkpaqfs -9 -b 65536 -o $target bootfs
 	rm -rf bootfs
--