├── files ├── files-to-fix.txt ├── files_to_fix.odt ├── images ├── Kr_c_prog_lang.jpg ├── git_header.gif └── linux_kernel_in_a_nutshell_small.jpg ├── kernel_patch_tutorial.odp ├── kernel_patch_tutorial.pdf ├── lxf_article └── write_kernel_patch.txt └── walkthrough /files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/files -------------------------------------------------------------------------------- /files-to-fix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/files-to-fix.txt -------------------------------------------------------------------------------- /files_to_fix.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/files_to_fix.odt -------------------------------------------------------------------------------- /images/Kr_c_prog_lang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/images/Kr_c_prog_lang.jpg -------------------------------------------------------------------------------- /images/git_header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/images/git_header.gif -------------------------------------------------------------------------------- /images/linux_kernel_in_a_nutshell_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/images/linux_kernel_in_a_nutshell_small.jpg -------------------------------------------------------------------------------- /kernel_patch_tutorial.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/kernel_patch_tutorial.odp -------------------------------------------------------------------------------- /kernel_patch_tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/kernel_patch_tutorial.pdf -------------------------------------------------------------------------------- /lxf_article/write_kernel_patch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/lxf_article/write_kernel_patch.txt -------------------------------------------------------------------------------- /walkthrough: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregkh/kernel-tutorial/HEAD/walkthrough --------------------------------------------------------------------------------