mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
adoc
This commit is contained in:
12
CONTRIBUTING.adoc
Normal file
12
CONTRIBUTING.adoc
Normal file
@@ -0,0 +1,12 @@
|
||||
[[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`
|
||||
Reference in New Issue
Block a user