diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 236f8ba..d89ecba 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,11 +1,8 @@ = CONTRIBUTING -Testing you should do before pushing: new modules: +Testing that should be done for every functional patch: -* `/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` +* `./build && ./run` boots +* `/insrm.sh hello 5`. If a new module was added, use this for that module. Helps catch simple insert remove problems. +* `wget -O- google.com` for Internet +* `./run -d` and on another shell `./rungdb start_kernel` should break GDB at `start_kernel`