mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
12 lines
261 B
Markdown
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`
|