diff options
Diffstat (limited to 'src/boucane.cc')
| -rw-r--r-- | src/boucane.cc | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
