Update paging system

This commit is contained in:
Loic Guegan 2021-04-29 17:36:41 +02:00
parent f37f5d86b7
commit 717556178c
3 changed files with 34 additions and 23 deletions

View file

@ -58,6 +58,5 @@ extern "C" void boucane(u64 mb_info){
// Booting!
printk("Booting Boucane v%d.%d.%d\n",VERSION_MAJOR,VERSION_MINOR, VERSION_PATH);
while(1);
}