L2Beta code How-to 1) copy tar file to your directory for example: code-2002-01-24.tar.gz 2) gunzip code-2002-01-24.tar.gz tar -xf code-2002-01-24.tar 3) look in l2linux, if l2memory.o is not present build the module: ./makemodule before 1st time installation of module make /dev file with: ./makedev 4) after each boot install the l2memory module. From the l2linux directory: /sbin/insmod l2memory.o NOTE: Make sure that each header directory is represented by a symbolic link under under the include directory, just as we do for the D0 environment 5) building l2linux library and test code - from l2linux type "make" - from l2linux/bin type "./build" This will build two exe files (memblock, memmap). These will test the linux library code 5) building l2pci library and test code - from l2pci type "make" - from l2pci/bin type "./build" use scanpci to find your pci devices use the program pl to dump memory locations, for example give it the PCI bus address of a PCI device and it will dump the registers to your terminal the program pcifind is used to test the pci interface classes. type "pcifind" for usage information