diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-29 15:01:54 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-29 15:01:54 +0200 |
| commit | f37f5d86b74870e878f69bd41a3c70a59c4ce1c1 (patch) | |
| tree | 65620f0504fea111ba870457f32bc072dc27fe7a /src/boucane.cc | |
| parent | fde8a1ab65d5e33d90123a3aaa9b5c15e249689f (diff) | |
Debug memory
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 |
