diff --git a/README.md b/README.md index aecb5c0..a52a5b0 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,15 @@ Tailix kernel My OS kernel attempt =) +Links +----- + +### Paging + * https://stackoverflow.com/a/6224824 * https://littleosbook.github.io/#paging-and-the-kernel + +### Interrupts + +* https://www.kernel.org/doc/Documentation/x86/kernel-stacks +* https://lwn.net/Articles/484932/