hermit-os / loader

The Hermit bootloader.
Apache License 2.0
68 stars 22 forks source link

find_kernel: initialize the allocator based on the start address for unrelocatable kernels #378

Open cagatay-y opened 2 weeks ago

cagatay-y commented 2 weeks ago

I am not sure why initializing PhysAlloc after the mapping works, as the mapping functions seem to depend on it.