Skip to content

Commit

Permalink
Enforce consistent name scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 22, 2023
1 parent 7f94878 commit 8c5ab9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ \section{System Calls}
In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported.
This means, if you want to do something more than a mere dry run of this example, you will have to patch your current kernel in order to have \cpp|sys_call_table| exported.

\samplec{examples/syscall.c}
\samplec{examples/syscall-steal.c}

\section{Blocking Processes and threads}
\label{sec:blocking_process_thread}
Expand Down

1 comment on commit 8c5ab9e

@keytouch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I forgot about the reference in TeX.
You should change the object name in examples/Makefile too.

Please sign in to comment.