Couple of small changes

* Commented out the map page function call to handle page not present
* Mapped the ACPI_RECLAIMABLE_MEMORY
* Set VBE to false when VBE is not initialized by the bootloader
This commit is contained in:
2023-10-27 18:32:03 +02:00
parent e82392e9d9
commit 2522492835
2 changed files with 8 additions and 12 deletions

View File

@ -191,7 +191,7 @@ void irs_handler (registers* regs) {
printf("* Page protection violation!\n");
} else{
printf("* Page not-present!\n");
Immediate_Map(FaultingAddress, FaultingAddress - 0xC0000000);
//Immediate_Map(FaultingAddress, FaultingAddress);
}