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/.gitignore b/.gitignore index acbda7d..cd243df 100644 --- a/.gitignore +++ b/.gitignore
@@ -15,6 +15,7 @@ .gitignore .idea **/.#* +**/*~ src/kernel/dri/pci/vendors.c doc/_build !doc/Makefile