Files
linux-kernel-module-cheat/CONTRIBUTING.adoc
Ciro Santilli 0f4702d17d adoc
2018-02-13 15:54:36 +00:00

13 lines
296 B
Plaintext

[[contributing]]
= 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`