Re: [RFC] Win32 port of the userspace tools using MinGW.

2008-05-23 Thread Bernhard Walle
Hi, * Jamey Sharp [EMAIL PROTECTED] [2008-05-23 15:13]: I was hoping for more feedback than just code style though. :-) Of course. I'll give it a try first. I'm not very familar with Windows programming, though. I'm interested in kexec on Windows because it might be a nice way to start a

Re: [RFC] Win32 port of the userspace tools using MinGW.

2008-05-25 Thread Bernhard Walle
on Windows with Mingw, I can post the other fixups, so that we have a clean Windows port. I'm also able to _compile_ the driver (also on Windows), but I don't know how to _load_ the driver. Running kexec -l on Windows gave me an error message that loading fails, and it seems that the driver device

Re: [RFC] Win32 port of the userspace tools using MinGW.

2008-05-23 Thread Jamey Sharp
On Fri, May 23, 2008 at 4:12 PM, Simon Horman [EMAIL PROTECTED] wrote: Firstly, thanks for your work in not only getting this port up and going, but methodically posted patches relating to it. You have made my job very easy :-) I tried. I'm happy to hear I succeeded. :-) The patch looks

Re: [RFC] Win32 port of the userspace tools using MinGW.

2008-05-23 Thread Simon Horman
it's in a mergeable state? I'm happy with it, but do I need to change anything to make it acceptable to you folks? This patch requires basically all the other patches I've posted. Hi Jamey, Firstly, thanks for your work in not only getting this port up and going, but methodically posted

[RFC] Win32 port of the userspace tools using MinGW.

2008-05-16 Thread Jamey Sharp
+ kexec/arch/i386/kexec-x86.c |2 + kexec/arch/i386/x86-linux-setup.c |4 + kexec/kexec-syscall.h |7 ++ kexec/kexec.c |4 + kexec/kexec.h | 10 ++ kexec/win32.c | 214