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:
parent
e46588a13e
commit
b2ef7c4073
1 changed files with 10 additions and 0 deletions
10
README.md
10
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/
|
||||
|
|
Loading…
Reference in a new issue