]> git.lizzy.rs Git - plan9front.git/commit
9boot: mark efi boot and runtime service regions as reserved
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 15 Feb 2021 00:49:30 +0000 (01:49 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 15 Feb 2021 00:49:30 +0000 (01:49 +0100)
commit04bf70d344698014f9c85ef3c1ae8215223cdb45
tree73f0f19607c1fb4c79f1f967722b36a7e5b4107f
parentb5690a5ae71a92459cd6a32d0ae0e377f1bdd914
9boot: mark efi boot and runtime service regions as reserved

despite the kernel never doing any efi runtime service calls,
overriding the runtime service regions makes some machines
lock up. so consider them reserved.

the boot service regions should also, in theory, be usable
by the os, but linux says otherwise...
sys/src/boot/efi/efi.c