mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
=== CONTRIBUTING
|
|
|
|
Testing you should do before pushing: new modules:
|
|
|
|
* `/insrm.sh module 5`. Helps catch simple insert remove problems.
|
|
|
|
New arch:
|
|
|
|
* `./build -a ARCH && ./run -a ARCH`
|
|
* `wget google.com && cat index.html` for Internet
|
|
* `./run -a ARCH -d` and `./rungdb -a ARCH`
|