From b2ef7c40732cf9f4961fe1b3808d63fc119609a3 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 10 Dec 2022 14:27:04 +0400 Subject: [PATCH] Add links to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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/