mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 07:57:49 +00:00
Fix incorrect uses of therefor (#204)
* Fix typo (therefor -> therefore) * Rephrased a sentence * Added backticks back in
This commit is contained in:
committed by
Philipp Oppermann
parent
462a38d0ca
commit
98c3b2a4a1
@@ -4,7 +4,7 @@ date = "2016-01-01"
|
||||
updated = "2016-03-06"
|
||||
+++
|
||||
|
||||
In this post we will create a new page table to map the kernel sections correctly. Therefor we will extend the paging module to support modifications of _inactive_ page tables as well. Then we will switch to the new table and secure our kernel stack by creating a guard page.
|
||||
In this post we will create a new page table to map the kernel sections correctly. Therefore we will extend the paging module to support modifications of _inactive_ page tables as well. Then we will switch to the new table and secure our kernel stack by creating a guard page.
|
||||
|
||||
<!--more--><aside id="toc"></aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user