kernel/README.md

18 lines
286 B
Markdown

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/