aboutsummaryrefslogtreecommitdiff
path: root/src/core/paging.cc
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-29 08:49:41 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-29 08:49:41 +0200
commitfde8a1ab65d5e33d90123a3aaa9b5c15e249689f (patch)
tree14134c0c2f322cbcba0989b78bd7057f76c157c3 /src/core/paging.cc
parent067d6e340be698b0e26b7732215a1969e0e683f3 (diff)
Debug, add memory print driver
Diffstat (limited to 'src/core/paging.cc')
-rw-r--r--src/core/paging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/paging.cc b/src/core/paging.cc
index ae390ff..c283c57 100644
--- a/src/core/paging.cc
+++ b/src/core/paging.cc
@@ -83,7 +83,7 @@ u64* paging_allocate_contiguous(int npages){
}
}
- printk("Could not allocate %d contigous pages. Kernel panic!",npages);
+ printk("Could not allocate %d contiguous pages. Kernel panic!",npages);
while(1);
return 0;
}