kernel/README.md

18 lines
286 B
Markdown
Raw Permalink Normal View History

2021-12-12 14:00:17 +00:00
Tailix kernel
=============
2017-11-02 05:44:17 +00:00
2021-12-12 14:01:55 +00:00
My OS kernel attempt =)
2020-12-02 00:24:58 +00:00
2022-12-10 10:27:04 +00:00
Links
-----
### Paging
2020-12-02 00:42:00 +00:00
* https://stackoverflow.com/a/6224824
* https://littleosbook.github.io/#paging-and-the-kernel
2022-12-10 10:27:04 +00:00
### Interrupts
* https://www.kernel.org/doc/Documentation/x86/kernel-stacks
* https://lwn.net/Articles/484932/