1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

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

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/