Re: [PATCH -mm] x86 boot : export boot_params via debugfs for debugging

2008-01-07 Thread Ingo Molnar
* Huang, Ying <[EMAIL PROTECTED]> wrote: > This patch export the boot parameters via debugfs for debugging. > > The files added are as follow: > > boot_params/data: binary file for struct boot_params > boot_params/version : boot protocol version > > This patch is based on 2.6.24-rc5-mm1

[PATCH -mm] x86 boot : export boot_params via debugfs for debugging

2008-01-07 Thread Huang, Ying
This patch export the boot parameters via debugfs for debugging. The files added are as follow: boot_params/data: binary file for struct boot_params boot_params/version : boot protocol version This patch is based on 2.6.24-rc5-mm1 and has been tested on i386 and x86_64 platform. This

[PATCH -mm] x86 boot : export boot_params via debugfs for debugging

2008-01-07 Thread Huang, Ying
This patch export the boot parameters via debugfs for debugging. The files added are as follow: boot_params/data: binary file for struct boot_params boot_params/version : boot protocol version This patch is based on 2.6.24-rc5-mm1 and has been tested on i386 and x86_64 platform. This

Re: [PATCH -mm] x86 boot : export boot_params via debugfs for debugging

2008-01-07 Thread Ingo Molnar
* Huang, Ying [EMAIL PROTECTED] wrote: This patch export the boot parameters via debugfs for debugging. The files added are as follow: boot_params/data: binary file for struct boot_params boot_params/version : boot protocol version This patch is based on 2.6.24-rc5-mm1 and has