Re: [Fastboot] Re: [PATCH 16/29] x86-kexec

2005-01-19 Thread Eric W. Biederman
Hariprasad Nellitheertha <[EMAIL PROTECTED]> writes: > Hello Eric, > > Eric W. Biederman wrote: > > This is the i386 implementation of kexec. > > I tried these patches on an i386 box with kexec-tools-1.99. kexec-ing with > vmlinux works fine but bzImage still doesnt go through. Is there a newer

Re: [PATCH 16/29] x86-kexec

2005-01-19 Thread Hariprasad Nellitheertha
Hello Eric, Eric W. Biederman wrote: This is the i386 implementation of kexec. I tried these patches on an i386 box with kexec-tools-1.99. kexec-ing with vmlinux works fine but bzImage still doesnt go through. Is there a newer kexec-tools package that we need to use this with (to take care of

[PATCH 16/29] x86-kexec

2005-01-19 Thread Eric W. Biederman
This is the i386 implementation of kexec. Signed-off-by: Eric Biederman <[EMAIL PROTECTED]> --- arch/i386/Kconfig | 17 ++ arch/i386/kernel/Makefile |1 arch/i386/kernel/crash.c | 42 +++ arch/i386/kernel/entry.S |2

[PATCH 16/29] x86-kexec

2005-01-19 Thread Eric W. Biederman
This is the i386 implementation of kexec. Signed-off-by: Eric Biederman [EMAIL PROTECTED] --- arch/i386/Kconfig | 17 ++ arch/i386/kernel/Makefile |1 arch/i386/kernel/crash.c | 42 +++ arch/i386/kernel/entry.S |2

Re: [PATCH 16/29] x86-kexec

2005-01-19 Thread Hariprasad Nellitheertha
Hello Eric, Eric W. Biederman wrote: This is the i386 implementation of kexec. I tried these patches on an i386 box with kexec-tools-1.99. kexec-ing with vmlinux works fine but bzImage still doesnt go through. Is there a newer kexec-tools package that we need to use this with (to take care of

Re: [Fastboot] Re: [PATCH 16/29] x86-kexec

2005-01-19 Thread Eric W. Biederman
Hariprasad Nellitheertha [EMAIL PROTECTED] writes: Hello Eric, Eric W. Biederman wrote: This is the i386 implementation of kexec. I tried these patches on an i386 box with kexec-tools-1.99. kexec-ing with vmlinux works fine but bzImage still doesnt go through. Is there a newer