<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=FreeBSDKernelPatching</id>
	<title>FreeBSDKernelPatching - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=FreeBSDKernelPatching"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=FreeBSDKernelPatching&amp;action=history"/>
	<updated>2026-08-09T23:20:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.cs.earlham.edu/index.php?title=FreeBSDKernelPatching&amp;diff=5283&amp;oldid=prev</id>
		<title>Skylar at 02:47, 2 December 2004</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=FreeBSDKernelPatching&amp;diff=5283&amp;oldid=prev"/>
		<updated>2004-12-02T02:47:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To patch the kernel on a FreeBSD system:&lt;br /&gt;
&lt;br /&gt;
# Download the patch to a directory, say /tmp.&lt;br /&gt;
# cd /usr/src&lt;br /&gt;
# patch &amp;lt; /path/to/patch&lt;br /&gt;
# cd sys/i386/conf&lt;br /&gt;
# Run config on the kernel configuration file for the machine you want patch.&lt;br /&gt;
# cd to the compile directory.&lt;br /&gt;
# make clean &amp;amp;&amp;amp; make depend &amp;amp;&amp;amp; make&lt;br /&gt;
# If the machine has secure levels turned on (not a bad idea), you will have to reboot, and input &amp;quot;boot -s&amp;quot; at the FreeBSD boot prompt to go into single user mode.&lt;br /&gt;
# At the prompt, cd back into the kernel compilation directory, and run &amp;quot;make install&amp;quot;.&lt;br /&gt;
# Reboot, and make sure everything comes back up properly.&lt;/div&gt;</summary>
		<author><name>Skylar</name></author>
	</entry>
</feed>