all repos — gemini-redirect @ 5860f2b51328a77b504e3e6a15a279079f166077

Fix link
Lonami Exo totufals@hotmail.com
Sun, 07 Mar 2021 12:43:28 +0100
commit

5860f2b51328a77b504e3e6a15a279079f166077

parent

486db3039b7901d089b299bf3514850923c82002

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M content/blog/woce-5.mdcontent/blog/woce-5.md

@@ -709,7 +709,7 @@ ### Footnotes

[^1]: I'm not super happy about the design of it all, but we won't actually need anything beyond scanning for integers for the rest of the steps so it doesn't really matter. -[^2]: There seems to be a way to pause the entire process in one go, with the [undocumented `NtSuspendProcess`] function! +[^2]: There seems to be a way to pause the entire process in one go, with the [undocumented `NtSuspendProcess`][suspend-proc] function! [^3]: It really is called that. The naming went from "IP" (instruction pointer, 16 bits), to "EIP" (extended instruction pointer, 32 bits) and currently "RIP" (64 bits). The naming convention for upgraded registers is the same (RAX, RBX, RCX, and so on). The [OS Dev wiki][osdev-wiki] is a great resource for this kind of stuff.