1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-30 03:38:05 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
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
Alexander Kuleshov
ef1cf98483 fix links to blog posts about assembler 2018-08-05 12:46:31 +03:00
Joshua Murphy
103df77212 Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-08-05 11:05:43 +03:00