From fde8a1ab65d5e33d90123a3aaa9b5c15e249689f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Apr 2021 08:49:41 +0200 Subject: Debug, add memory print driver --- src/core/paging.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/paging.cc') 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; } -- cgit v1.2.3