This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
modifying_the_linux_kernel [2020/09/07 15:52] misterjei [Adding a System Call] |
modifying_the_linux_kernel [2021/09/17 11:36] (current) misterjei [Adding a System Call] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Every system call must have an associated system call number which corresponds to its position in the system call table. This table is transformed / imported into the source as part of the build process. The correct table varies by architecture, | Every system call must have an associated system call number which corresponds to its position in the system call table. This table is transformed / imported into the source as part of the build process. The correct table varies by architecture, | ||
| - | ''/ | + | '' |
| For example, in the x64 version of Linux, **//< | For example, in the x64 version of Linux, **//< | ||