1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00

Interrupt handlers chapter is no longer Intel specific

This commit is contained in:
Bob Mottram
2017-08-09 14:38:28 +01:00
parent eee16fbdbd
commit c1461bf703
2 changed files with 291 additions and 291 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ The Linux Kernel Module Programming Guide was originally written for the 2.2 ker
The Linux kernel is a moving target. There has always been a question whether the LKMPG should remove deprecated information or keep it around for historical sake. Michael Burian and I decided to create a new branch of the LKMPG for each new stable kernel version. So version LKMPG 4.9.x will address Linux kernel 4.9.x and LKMPG 2.6.x will address Linux kernel 2.6. No attempt will be made to archive historical information; a person wishing this information should read the appropriately versioned LKMPG.
The source code and discussions should apply to most architectures, but I can't promise anything. One exception is Chapter 12, Interrupt Handlers, which should not work on any architecture except for x86.
The source code and discussions should apply to most architectures, but I can't promise anything.
** Acknowledgements