This commit is contained in:
Ciro Santilli
2017-06-27 21:26:35 +01:00
parent 2df31fe7dc
commit 92002a6822
2 changed files with 56 additions and 2 deletions

View File

@@ -8,5 +8,12 @@ C programs require cross compiling, but give us more control over system calls.
These programs can also be compiled and used on host.
1. [myinsmod](myinsmod.c)
1. [myrmmod](myrmmod.c)
1. Standalone
1. [myinsmod](myinsmod.c)
1. [myrmmod](myrmmod.c)
1. [devmem](devmem.c)
1. [init_hello](init_hello.c)
1. Module tests
1. [anonymous_inode](anonymous_inode.c)
1. [poll](poll.c)
1. [ioctl](ioctl.c)