<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Galagzee! &#187; kernel</title>
	<atom:link href="http://my.galagzee.com/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.galagzee.com</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:09:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FreeBSD 7.0-RELEASE Kernel Optimization</title>
		<link>http://my.galagzee.com/2008/06/28/freebsd-70-release-kernel-optimization/</link>
		<comments>http://my.galagzee.com/2008/06/28/freebsd-70-release-kernel-optimization/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 09:18:11 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[RELEASE-7.0]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=75</guid>
		<description><![CDATA[Below is my FreeBSD 7.0 kernel configuration file.  I created it on my reference system, to be used on four production servers whose hardware configurations differ some.  For that reason there&#8217;re few options (indicated as &#8220;[OPTION]&#8220;) that are conditional for the configurations. I&#8217;ve also left in IPv6 options which are currently commented out, but that]]></description>
			<content:encoded><![CDATA[<p>Below is my FreeBSD 7.0 kernel configuration file.  I created it on my reference system, to be used on four production servers whose hardware configurations differ some.  For that reason there&#8217;re few options (indicated as &#8220;[OPTION]&#8220;) that are conditional for the configurations. I&#8217;ve also left in IPv6 options which are currently commented out, but that I may take into use later if/when IPv6 becomes more prevalent in the environment these servers operate.</p>
<p><!--DEVFMTCODE--><pre class="devcodeblock" title=""><div class="devcodeoverflow"><ol><li></li><li>#</li><li># INERTIA -- Inertia kernel configuration file for FreeBSD/i386</li><li>#</li><li># For more information on this file, please read the handbook section on</li><li># Kernel Configuration Files:</li><li>#</li><li>#&nbsp;&nbsp;&nbsp;&nbsp;http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html</li><li>#</li><li># The handbook is also available locally in /usr/share/doc/handbook</li><li># if you've installed the doc distribution, otherwise always see the</li><li># FreeBSD World Wide Web server <span class="br0">&#40;</span>http://www.FreeBSD.org/<span class="br0">&#41;</span> for the</li><li># latest information.</li><li>#</li><li># An exhaustive list of options and more detailed explanations of the</li><li># device lines is also present in the ../../conf/NOTES and NOTES files.</li><li># If you are in doubt as to the purpose or necessity of a line, check first</li><li># in NOTES.</li><li>#</li><li># Based on</li><li># $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.2.2.1 2008/02/06 03:24:28 scottl Exp $</li><li>&nbsp;</li><li>ident		INERTIA</li><li>machine		i386</li><li>cpu		I686_CPU</li><li>&nbsp;</li><li>options		SMP 			# Symmetric MultiProcessor Kernel <span class="br0">&#40;</span>`device apic' is also required for multiprocessor use<span class="br0">&#41;</span></li><li>options 	SCHED_4BSD		# 4BSD scheduler</li><li>options 	PREEMPTION		# Enable kernel thread preemption</li><li>options 	INET			# InterNETworking</li><li>#options 	INET6			# IPv6 communications protocols</li><li>options 	FFS			# Berkeley Fast Filesystem</li><li>options 	SOFTUPDATES		# Enable FFS soft updates support</li><li>options 	UFS_ACL			# Support for access control lists</li><li>options 	UFS_DIRHASH		# Improve performance on big dirs</li><li>options 	CD9660			# ISO 9660 Filesystem</li><li>options 	PROCFS			# Process filesystem <span class="br0">&#40;</span>requires PSEUDOFS<span class="br0">&#41;</span></li><li>options 	PSEUDOFS		# Pseudo-filesystem framework</li><li>options		MSDOSFS			# MSDOS filesystem support <span class="br0">&#40;</span>for floppies<span class="br0">&#41;</span></li><li>options 	COMPAT_43		# Compatible with BSD 4.3 <span class="br0">&#40;</span>required<span class="br0">&#41;</span></li><li>options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4</li><li>options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5</li><li>options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6</li><li>options 	SCSI_DELAY=15000	# Delay <span class="br0">&#40;</span>in ms<span class="br0">&#41;</span> before probing SCSI <span class="br0">&#40;</span>TWA/TWE issue<span class="br0">&#41;</span></li><li>options 	KTRACE			# ktrace<span class="br0">&#40;</span>1<span class="br0">&#41;</span> support</li><li>options 	SYSVSHM			# SYSV-style shared memory</li><li>options 	SYSVMSG			# SYSV-style message queues</li><li>options 	SYSVSEM			# SYSV-style semaphores</li><li>options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions</li><li>options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev, may be needed to hot-plug USB keyboards</li><li>options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug output</li><li>options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug output</li><li>options 	ADAPTIVE_GIANT		# Giant mutex is adaptive</li><li>options		ACCEPT_FILTER_HTTP	# Must be here or AcceptFilter won't work w/Apache2</li><li>options		SC_DISABLE_REBOOT	# Disable Ctrl-Alt-Del reboot <span class="br0">&#40;</span>this is a server<span class="br0">&#41;</span></li><li>&nbsp;</li><li>device		apic			# I/O APIC <span class="br0">&#40;</span>required<span class="br0">&#41;</span></li><li>device		npx&nbsp;&nbsp; 			# The Numeric Processing eXtension driver <span class="br0">&#40;</span>required<span class="br0">&#41;</span></li><li>&nbsp;</li><li>device		pci</li><li>device		isa			# Required by npx</li><li>&nbsp;</li><li>device		fdc			# Floppy drives</li><li>&nbsp;</li><li>device		ata			# ATA and ATAPI devices</li><li>device		atadisk			# ATA disk drives</li><li>device		ataraid			# ATA RAID drives <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>device		atapicd			# ATAPI CDROM drives</li><li>options 	ATA_STATIC_ID		# Static device numbering</li><li>&nbsp;</li><li>device		scbus			# SCSI bus <span class="br0">&#40;</span>required for SCSI, ALSO REQ'D FOR SATA-RAID, USB/umass<span class="br0">&#41;</span></li><li>device		da			# Direct Access <span class="br0">&#40;</span>disks<span class="br0">&#41;</span></li><li>device		pass			# Passthrough device <span class="br0">&#40;</span>direct SCSI access<span class="br0">&#41;</span></li><li>&nbsp;</li><li>#device		twe			# 3ware ATA RAID <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>#device		twa			# 3ware 9000 series PATA/SATA RAID <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>#options	TWA_DEBUG		# 0-<span style="">10</span>; 10 prints the most messages; enable for twa debug only</li><li>&nbsp;</li><li>device		atkbdc			# AT keyboard controller</li><li>device		atkbd			# AT keyboard</li><li>device		kbdmux			# keyboard multiplexer</li><li>&nbsp;</li><li>device		vga			# VGA video card driver</li><li>device		sc			# syscons, the default console driver</li><li>device		sio			# 8250, 16<span class="br0">&#91;</span>45<span class="br0">&#93;</span>50 based serial ports</li><li>&nbsp;</li><li>device		ppc			# Parallel port</li><li>device		ppbus			# Parallel port bus <span class="br0">&#40;</span>required<span class="br0">&#41;</span></li><li>device		lpt			# Printer</li><li>device		ppi			# Parallel port interface device</li><li>&nbsp;</li><li>#device		miibus			# MII bus support <span class="br0">&#40;</span>required by some NICs<span class="br0">&#41;</span> <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>#device		fxp			# Intel EtherExpress PRO/100B <span class="br0">&#40;</span>82557, 82558<span class="br0">&#41;</span>; requires miibus <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>device		em			# Intel PRO/<span style="">1000</span> adapter Gigabit Ethernet Card <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>&nbsp;</li><li>options		DEVICE_POLLING		# Imporoves network driver performance</li><li>&nbsp;</li><li>device		coretemp		# On-die temperature sensor on Intel Core and newer CPUs <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>&nbsp;</li><li>device		loop			# Network loopback</li><li>device		random			# Entropy device</li><li>device		ether			# Ethernet support</li><li>device		pty			# Pseudo-ttys <span class="br0">&#40;</span>telnet etc<span class="br0">&#41;</span></li><li>#device		gif			# IPv6 and IPv4 tunneling</li><li>#device		faith			# IPv6-to-IPv4 relaying <span class="br0">&#40;</span>translation<span class="br0">&#41;</span></li><li>device		bpf			# Berkeley packet filter</li><li>&nbsp;</li><li># USB support <span class="br0">&#91;</span>OPTION<span class="br0">&#93;</span></li><li>device		uhci			# USB support / UHCI PCI-&gt;USB interface</li><li>device		ohci			# USB support / OHCI PCI-&gt;USB interface</li><li>device		ehci			# USB support / EHCI PCI-&gt;USB interface <span class="br0">&#40;</span>USB <span style="">2.0</span><span class="br0">&#41;</span></li><li>device		usb			# USB support / USB Bus <span class="br0">&#40;</span>required<span class="br0">&#41;</span></li><li>device		ugen			# USB support / Generic</li><li>device		uhid			# USB support / &quot;Human Interface Devices&quot;</li><li>device		ukbd			# USB support / Keyboard</li><li>device		umass			# USB support / Disks/Mass storage - Requires scbus and da</li><li>&nbsp;</li><li>options		COMPAT_LINUX		# Linux compat / Enable Linux ABI emulation</li><li>options		COMPAT_AOUT		# Linux compat / Enable i386 a.out binary support</li><li>options		LINPROCFS		# Linux compat / Enable procfs support <span class="br0">&#40;</span>COMPAT_LINUX / PSEUDOFS<span class="br0">&#41;</span></li><li></li></ol></div></pre><!--END_DEVFMTCODE--></p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/06/28/freebsd-70-release-kernel-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
