Implementation of simplistic physical memory manager

This commit is contained in:
2021-11-06 16:27:13 +01:00
parent d79fc6e8e2
commit 5fb55367ca
8 changed files with 218 additions and 11 deletions

View File

@ -67,5 +67,10 @@ void CheckMBT ( multiboot_info_t* mbt ){
}
/* Draw diagonal blue line */
if (CHECK_FLAG (mbt->flags, 12)){
printf("Can draw!");
}
}