CS433 Linux Kernel Programming - References
The links will be updated through out the semester. Check back regularly.
Linux cross referencer
http://lxr.sourceforge.net/en/index.php
https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf
Linux Assembly HOWTO
Basic module programming - getting started
Compiling kernel
Memory references
Linux VM Documentation
Interrupt references
Two programs with assembly inlining:
copy.c
and
asm_strcpy.c