Re: [MINI-OS PATCH 04/12] kexec: analyze new kernel for kexec

2025-06-15 Thread Jürgen Groß
On 14.06.25 18:41, Jason Andryuk wrote: On Fri, Mar 21, 2025 at 5:25 AM Juergen Gross wrote: Analyze the properties of the new kernel to be loaded by kexec. The data needed is: - upper boundary in final location - copy and memory clear operations - entry point and entry parameter Signed-off-

Re: [MINI-OS PATCH 04/12] kexec: analyze new kernel for kexec

2025-06-14 Thread Jason Andryuk
On Fri, Mar 21, 2025 at 5:25 AM Juergen Gross wrote: > > Analyze the properties of the new kernel to be loaded by kexec. The > data needed is: > > - upper boundary in final location > - copy and memory clear operations > - entry point and entry parameter > > Signed-off-by: Juergen Gross > + > +s

[MINI-OS PATCH 04/12] kexec: analyze new kernel for kexec

2025-03-21 Thread Juergen Gross
Analyze the properties of the new kernel to be loaded by kexec. The data needed is: - upper boundary in final location - copy and memory clear operations - entry point and entry parameter Signed-off-by: Juergen Gross --- arch/x86/kexec.c | 91 +++ include/kexec.