cpadilla / COP4600-HW4

Homework 4 for COP 4600

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module:

to "Build": 'make'

to "Install": 'sudo insmod FIFOWrite.ko' 'sudo insmod FIFORead.ko'

Test at your leasure. To use our example test case:

gcc -o test testChar.c
sudo ./test

You will see the test program write characters to the write device, and then read them back from the read device.

to "Remove": 'sudo rmmod FIFOWrite' 'sudo rmmod FIFORead'

to "View": 'dmesg'

to "View Log": 'tail -f /var/log/kern.log'

About

Homework 4 for COP 4600


Languages

Language:C 98.7%Language:Makefile 1.3%