mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
We're now able to unmap 100 KiB of kernel text after init. :^)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
namespace Kernel {
|
||||
namespace ACPI {
|
||||
|
||||
DynamicParser::DynamicParser(PhysicalAddress rsdp)
|
||||
UNMAP_AFTER_INIT DynamicParser::DynamicParser(PhysicalAddress rsdp)
|
||||
: IRQHandler(9)
|
||||
, Parser(rsdp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user