mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 22:58:08 +00:00
afe67bc8bf
I may be misunderstanding the original meaning of the line, however "after the factorial function" seems to mean it would be "offset after the factorial function" (i.e. `0x400537 + 0x18`) but in reality you mean offset after the call function to get to the factorial function (`0x40051a + 0x5 + 0x18`). Very minor edit but may help for clarity. Thanks for creating such an awesome project. |
||
---|---|---|
.. | ||
linux-misc-1.md | ||
linux-misc-2.md | ||
linux-misc-3.md | ||
linux-misc-4.md | ||
README.md |
Misc
This chapter contains parts which are not directly related to the Linux kernel source code and implementation of different subsystems.