1917
Comment: import finished
|
← Revision 12 as of 2024-12-29 21:13:43 ⇥
1746
Removed invalid email addresses, but no attributions.
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Michal Piotrowski michal.k.k.piotrowski@gmail.com | Michal Piotrowski |
Line 7: | Line 7: |
Rafael J. Wysocki rjw@sisk.pl | Rafael J. Wysocki |
Line 11: | Line 11: |
Rafael J. Wysocki rjw@sisk.pl | Rafael J. Wysocki |
Line 18: | Line 18: |
Jarek Poplawski jarkao2@o2.pl | Jarek Poplawski |
Line 20: | Line 20: |
Mariusz Kozlowski m.kozlowski@tuxland.pl | Mariusz Kozlowski |
Line 23: | Line 23: |
[:Linux_Kernel_Tester's_Guide_Introduction:Introduction] 1. [:Linux_Kernel_Tester's_Guide_Chapter1:The kernel, patches, trees and compilation] |
[[Linux_Kernel_Tester's_Guide_Introduction|Introduction]] 1. [[Linux_Kernel_Tester's_Guide_Chapter1|The kernel, patches, trees and compilation]] |
Line 38: | Line 38: |
1. [:Linux_Kernel_Tester's_Guide_Chapter2:Testing] | 1. [[Linux_Kernel_Tester's_Guide_Chapter2|Testing]] |
Line 45: | Line 45: |
1. [:Linux_Kernel_Tester's_Guide_Chapter3:Collecting kernel messages] | 1. [[Linux_Kernel_Tester's_Guide_Chapter3|Collecting kernel messages]] |
Line 49: | Line 49: |
1. [:Linux_Kernel_Tester's_Guide_Chapter4:Git, quilt and binary searching] | 1. [[Linux_Kernel_Tester's_Guide_Chapter4|Git, quilt and binary searching]] |
Line 56: | Line 56: |
1. [:Linux_Kernel_Tester's_Guide_Chapter5:Reporting bugs] 1. [:Linux_Kernel_Tester's_Guide_Chapter6:Testing of hardware] 1. [:Linux_Kernel_Tester's_Guide_Appendix_A:Appendix A - Related topics] |
1. [[Linux_Kernel_Tester's_Guide_Chapter5|Reporting bugs]] 1. [[Linux_Kernel_Tester's_Guide_Chapter6|Testing of hardware]] 1. [[Linux_Kernel_Tester's_Guide_Appendix_A|Appendix A - Related topics]] |
Line 63: | Line 63: |
1. [http://creativecommons.org/licenses/by/3.0/legalcode Appendix B - License] The latest version can be found here http://www.stardust.webpages.pl/files/handbook/ |
1. [[http://creativecommons.org/licenses/by/3.0/legalcode|Appendix B - License]] |
Michal Piotrowski
Coauthors:
Maciej Rutecki maciej.rutecki@gmail.com Unixy.pl
Rafael J. Wysocki
English translation by Rafael J. Wysocki
Contributors:
Bartlomiej Zolnierkiewicz bzolnier@gmail.com
Jarek Poplawski
Mariusz Kozlowski
The kernel, patches, trees and compilation
- The kernel
- Patches
- Ketchup
- Trees
- The -mm tree
- Compilation and installation
- Kernel compilation
- Useful options of make
- Kernel modules
- Kernel hacking options
Magic SysRq
- Installation
- Automated configuration and installation
- Phase One
Phase Two (AutoTest)
- Phase Three
- Measuring performance
- Hello world!, or what exactly are we looking for?
- Binary drivers and distribution kernels
- Syslog, console and dmesg
- Serial console
- Network console
Git, quilt and binary searching
- Git
- Quilt
- General idea of binary searching
- Binary searching with the help of quilt
- Binary searching with the help of git-bisect
- Caveats
- Test system
- KLive
- Sending patches
- How to become the kernel developer?