diff --git a/README.adoc b/README.adoc index c6597ce..79a91dd 100644 --- a/README.adoc +++ b/README.adoc @@ -3010,6 +3010,14 @@ Sources: * link:kernel_module/fops.c[] * link:rootfs_overlay/fops.sh[] +Then give this a try: + +.... +sh -x /fops.sh +.... + +We have put printks on each fop, so this allows you to see which system calls are being made for each command. + File operations is the main method of userland driver communication. `struct file_operations` determines what the kernel will do on filesystem system calls of <>.