From 64bd3d4ac26f51093a953eb1cf40e8dee49e009c Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 18 May 2003 03:52:22 +0000 Subject: Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, and alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb --- release/pc98/dokern.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/pc98') diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 445783c..0a042da 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -114,6 +114,8 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \ fi +echo "options MUTEX_NOINLINE" + echo "options NETGRAPH" echo "options NETGRAPH_ETHER" echo "options NETGRAPH_PPPOE" -- cgit v1.1