Files
linux-kernel-module-cheat/CONTRIBUTING.md
Ciro Santilli 6c51ecaf7b split build and run scripts due to option conflicts
Remove -v from travis as it blew log length
2017-11-02 17:51:38 +00:00

12 lines
261 B
Markdown

# 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` for Internet
- `./run -a ARCH -d` and `./rungdb -a ARCH`