aboutsummaryrefslogtreecommitdiff
path: root/src/core/paging.c
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-16 14:39:24 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-16 14:39:24 +0200
commit98d524bc8acb7b19afb693afea3ac77629d6f4bf (patch)
tree86a883c01bbf521ef40e914d16939b44c08e7f01 /src/core/paging.c
parent58b706d40f8ad0d71b667ca81d91b96ca537cb8e (diff)
Multitasking works!
Diffstat (limited to 'src/core/paging.c')
-rw-r--r--src/core/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/paging.c b/src/core/paging.c
index 0fab46a..ab853bb 100644
--- a/src/core/paging.c
+++ b/src/core/paging.c
@@ -110,7 +110,7 @@ int *paging_allocate(int p){
u_page_table[1]=(int)k_page_table|7;
u_page_table[2]=(int)u_page_table|7;
u_page_table[3]=(int)paging_allocate_next_page()|7;
-
+
return page_dir;
}