Add links to README.md

This commit is contained in:
Alex Kotov 2022-12-10 14:27:04 +04:00
parent e46588a13e
commit b2ef7c4073
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 10 additions and 0 deletions

View File

@ -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/