Automagic: Add a section for where old kernels live

This commit is contained in:
Mike Auty
2021-09-02 22:54:25 +01:00
parent 03136d1469
commit bb3f411e22
+1 -1
View File
@@ -385,7 +385,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface):
hits = context.layers[layer_name].scan(context,
PageMapScanner(
[DtbSelfRef64bit(), DtbSelfRefPae(), DtbSelfRef32bit()]),
sections = [(0x1a0000, 0x550000)],
sections = [(0x1a0000, 0x550000), (0x30000, 0x10000)],
progress_callback = progress_callback)
# Flatten the generator
hits = list(hits)