1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-23 07:08:11 +00:00
linux-insides/interrupts
TheCodeArtist 83332a8f38 Fixed TYPOs and improved readability.
- Fixed common TYPOs.
- Fixed tense mismatches.
- Capitalised references to "Linux kernel" as a proper noun.
- Split run-on sentences.
- Minor changes to sentence structure to improve readability.

Signed-off-by: TheCodeArtist <cvs268@gmail.com>
2015-06-01 21:41:50 +05:30
..
interrupts-1.md Fixed TYPOs and improved readability. 2015-06-01 21:41:50 +05:30
README.md Create README.md 2015-05-31 20:08:15 +06:00

Interrupts and Interrupt Handling

You will find a couple of posts which describes an interrupts and an exceptions handling in the linux kernel.