Debug memory

This commit is contained in:
Loic Guegan 2021-04-29 15:01:54 +02:00
parent fde8a1ab65
commit f37f5d86b7
12 changed files with 98 additions and 77 deletions

View file

@ -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);
}