1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-14 12:18:04 +00:00
linux-insides/Misc
Josh Byster bec19e8f5a Minor clarity edit in sentence
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.
2019-11-10 18:53:44 +03:00
..
linux-misc-1.md fix links to blog posts about assembler 2018-08-05 12:46:31 +03:00
linux-misc-2.md Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-08-05 11:05:43 +03:00
linux-misc-3.md Minor clarity edit in sentence 2019-11-10 18:53:44 +03:00
linux-misc-4.md cand to and 2019-04-17 21:18:13 +03:00
README.md fix a small spell problem 2015-08-17 16:41:29 +08:00

Misc

This chapter contains parts which are not directly related to the Linux kernel source code and implementation of different subsystems.