We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923e8c0 commit 93d0f8cCopy full SHA for 93d0f8c
Documentation/teaching/so2/assign1-kprobe-based-tracer.rst
@@ -109,6 +109,12 @@ The test script assumes that the kernel module is called `tracer`.
109
Tips
110
----
111
112
+Create the skeleton by running the command below:
113
+
114
+.. code-block:: console
115
116
+ $ LABS=assignments/1-tracer make skels
117
118
To increase your chances of getting the highest grade, read and follow the Linux kernel
119
coding style described in the `Coding Style document <https://elixir.bootlin.com/linux/v4.19.19/source/Documentation/process/coding-style.rst>`__.
120
0 commit comments