mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
9 lines
349 B
Plaintext
9 lines
349 B
Plaintext
= CONTRIBUTING
|
|
|
|
Testing that should be done for every functional patch:
|
|
|
|
* `./build && ./run` boots
|
|
* `/insrm.sh hello 5`. If a new module was added, use this for that module. Helps catch simple insert remove problems.
|
|
* `wget -O- google.com` for Internet
|
|
* `./run -d` and on another shell `./rungdb start_kernel` should break GDB at `start_kernel`
|