K 10 svn:author V 3 bde K 8 svn:date V 27 1998-09-05T14:13:35.000000Z K 7 svn:log V 328 Sysctl nodes are written to, so don't put them in the text section. Our write protection of the kernel text on i386's doesn't actually work in many cases: - use of the 4MB page completely breaks it. - CR0_WP isn't set until just before init is started, so the kernel text is not write protected during kernel initialization. END