These programs work on a Gentoo 2.4 kernel, but have not yet been tested on the Slackware 2.4 kernel posted in the kernel images handout directory. hello/ This directory is just a simple C program. hellomod/ First Module program right from the LKMPG for 2.4 Kernel procfile/ Registers a simple proc file read that doesn't do much procfcount/ Registers a proc file read that increments a count on read syscallmod/ A system call module that replaces an unused 2.4 system call syscall/ A first attempt at a hard-coded system call. See Lab 6 syscallmod-old/ Ignore this