This commit is contained in:
Ciro Santilli
2018-02-14 03:04:09 +00:00
parent 27c03acbcd
commit 021559ac88
23 changed files with 25 additions and 1552 deletions

View File

@@ -1638,6 +1638,19 @@ dmesg -T
sudo lsmod | grep hello
....
=== Hello host
Minimal host build system sanity check example.
....
cd hello_host
make
insmod hello.ko
dmesg
rmmod hello.ko
dmesg
....
== Conversation
=== kmod
@@ -1737,6 +1750,18 @@ then `dtc a.dts` gives:
=== Maintainers
==== 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`
==== How to update the Linux kernel?
....