commit | 14d0b84bf94802a380045b37098b35f07461dffc | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Jan 01 02:22:44 2023 -0500 |
committer | swissChili <swisschili@fastmail.com> | Sun Jan 01 02:39:27 2023 -0500 |
tree | 643bdec4a208708740d394278bf1dc368acffdad | |
parent | 8b5ec7a9a45e19ceb7633371fa19f1fa6e7252cd [diff] [blame] |
Fix paging #PF, simplify init_tasks Unsure what fixed the paging #PF in init_tasks, but allocating a page now works as expected. Originally a #PF would occur if alloc_page was called after a certain point in init_tasks.
diff --git a/src/kernel/Jmk2 b/src/kernel/Jmk2 index ffd134c..57a657a 100644 --- a/src/kernel/Jmk2 +++ b/src/kernel/Jmk2
@@ -16,3 +16,5 @@ } type custom_link + +jmk_finalize