From f37f5d86b74870e878f69bd41a3c70a59c4ce1c1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Apr 2021 15:01:54 +0200 Subject: Debug memory --- src/boucane.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/boucane.cc') diff --git a/src/boucane.cc b/src/boucane.cc index 5823a15..a333e9c 100644 --- a/src/boucane.cc +++ b/src/boucane.cc @@ -34,7 +34,7 @@ extern "C" void boucane(u64 mb_info){ paging_enable(); memtext_init(); idt_enable_interrupt(); - + // Looking for framebuffer FRAMEBUFFER fb_info; if(mb2_find_framebuffer((u32*)mb_info, &fb_info)){ @@ -57,6 +57,7 @@ extern "C" void boucane(u64 mb_info){ // Booting! printk("Booting Boucane v%d.%d.%d\n",VERSION_MAJOR,VERSION_MINOR, VERSION_PATH); - + + while(1); } \ No newline at end of file -- cgit v1.2.3