Re: [MINI-OS PATCH 05/12] kexec: finalize parameter location and size

2025-06-14 Thread Jason Andryuk
On Fri, Mar 21, 2025 at 5:25 AM Juergen Gross wrote: > > Finalize the location and the size of the parameters for the new > kernel. This is needed in order to avoid allocating new memory in the > area occupied by the new kernel and parameters. > > Signed-off-by: Juergen Gross Reviewed-by: Jason

[MINI-OS PATCH 05/12] kexec: finalize parameter location and size

2025-04-05 Thread Juergen Gross
Finalize the location and the size of the parameters for the new kernel. This is needed in order to avoid allocating new memory in the area occupied by the new kernel and parameters. Signed-off-by: Juergen Gross --- arch/x86/kexec.c | 15 +++ include/kexec.h | 3 +++ kexec.c