		  Processor Affinity Module (v. 0.2.1)
		  ====================================

Content
--------
 1. Building
 2. Installing
 3. Configure Options

1. Building
-----------
	$ gunzip -c affinity.xx.xx.tgz | tar -xvf -
	$ cd affinity
	$ ./configure 
	$ make 

2. Installing
-------------
You will need the corret permissions to install and load, as root:

	# make install
	# affinity_load

To unload the module and remove node, as root:

	# affinity_unload

2. Configure Options
--------------------
  --enable-debug          Turn on debugging [yes]:no
  --with-evlog            Build with evlog support [yes]:no
  --with-facility=fac     Provide the event logging facility
  --with-force            Force build even if kernel sources don't match
                          running kernel yes:[no]
  --with-kernel=dir       Provide the directory with kernel headers
