Adding gem5 source to svn.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-10-24 19:18:57 +00:00
parent f7ff71bd46
commit b41eec3f65
3222 changed files with 658579 additions and 1 deletions

View File

@ -0,0 +1,18 @@
This driver will read the address you point it to [count] times and
print the results to the systemlog.
To build the driver (Linux 2.6.X only) execute:
make -C /path/to/linux-2.6.X/ SUBDIRS=$PWD modules
Insmodding the kernel module without options will print
the device addresses of eth0 and eth1 if they exist.
Insmodding the kernel module with the options:
dataAddr=0xXXXXXXXXX and count=XXXXX
will read a long at addr dataAddr count times and return.
Between runs you need to rmmod the module from the kernel.