Files
linux-kernel-module-cheat/CONTRIBUTING.adoc
Ciro Santilli 254c8bf42e adoc
Semi automated conversion, in part because Pandoc is kind of buggy for adoc:

Some of the commands were along the lines:

    for f in *.md; do pandoc --atx-headers --base-header-level=3 -o ${f%.md}.adoc --wrap=none $f; done
    sed -Ei '/\[\[.*\]\]/d' *.adoc
    while read -r f; do cat $f; echo; done <f >g
2018-02-14 04:26:07 +00:00

12 lines
279 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`