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

2008-05-25 Thread Bernhard Walle
* Jamey Sharp [EMAIL PROTECTED] [2008-05-23 15:13]: On Thu, May 22, 2008 at 6:34 AM, Bernhard Walle [EMAIL PROTECTED] wrote: * Jamey Sharp [EMAIL PROTECTED] [2008-05-15 22:48]: OK, I haven't quite gotten around to posting the Windows kernel driver source that goes with this. Do you

Re: Freeze problem

2008-05-25 Thread Bernhard Walle
Hi, * Armin ranjbar [EMAIL PROTECTED] [2008-05-25 15:19]: i have a problem with kexec , when i load a panic kernel with kexec -p which goes successful and panic the kernel using alt+sysrc+c , well , nothing happens , system says that triggering a panic and it freezes . note that the main

Re: Freeze problem

2008-05-25 Thread Armin ranjbar
On Sun, 25 May 2008 13:07:32 +0200 Bernhard Walle [EMAIL PROTECTED] wrote: Hi, * Armin ranjbar [EMAIL PROTECTED] [2008-05-25 15:19]: i have a problem with kexec , when i load a panic kernel with kexec -p which goes successful and panic the kernel using alt+sysrc+c , well , nothing

Re: Freeze problem

2008-05-25 Thread Bernhard Walle
* Armin ranjbar [EMAIL PROTECTED] [2008-05-25 17:03]: Armin ranjbar , System Administrator i did tried vga=normal , still freezes , different is that the shell cursor is still blinking , very strange . no panic like LED flashing , in fact no flashing at all . That's a hardware cursor, it

Re: Freeze problem

2008-05-25 Thread Armin ranjbar
On Sun, 25 May 2008 15:27:20 +0200 Bernhard Walle [EMAIL PROTECTED] wrote: kexec --console-vga --debug -p /boot/vmlinux That gives a bit more diagnostics in purgatory code to see where the system hangs. However, not sure if that also works when booting the crashkernel. Can you try a

[PATCH] Use 'long long' for printf() format string and ELF64 numbers.

2008-05-25 Thread Bernhard Walle
Since 'long long' is 64 bit wide on almost any platform, especially on 32 bit platforms (like i386) while 'long long' is only 64 bit on 64 bit platforms but 32 bit on 32 bit platforms, 'long long' is more suited and fixes compiler warnings like kexec/crashdump-elf.c:160: warning: format '%lx'