Re: how can grub get `code32_start`

2014-11-25 Thread Paul Bolle
On Wed, 2014-11-26 at 14:53 +0800, 孙建希 wrote: > But how can grub get `code32_start` from kernel image? By parsing the kernel image. Documented in great detail in Documentation/x86/boot.txt. Paul Bolle ___ Kernelnewbies mailing list Kernelnewbies@kern

how can grub get `code32_start`

2014-11-25 Thread 孙建希
hello, x86 `protected_mode_jump` will use param `boot_params.hdr.code32_start`which bootloader should set. But how can grub get `code32_start`from kernel image? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.or

Nick in lkml ?

2014-11-25 Thread Sudip Mukherjee
hi all, I don't know if you have noticed or not , but Nick is back to lkml , and his patch has been accepted and applied on 19/11/2014 via commit 86619e7ba3991309b88969f9a2e5c7f2d014c680 but the only thing that surprises me is that i am not seeing any mail from Nick in lkml , but i am seeing mails

Re: Re: work queue

2014-11-25 Thread Arun KS
Hello Jay, On Thu, Nov 20, 2014 at 7:06 PM, 户户 <6563...@163.com> wrote: > Thank you for reply, > > Isn't this function 'create_workqueue("myfoo");' gonna create a new worker? create_workqueue will not create a new worker. Workers are created and destroyed dynamically, and is independent of the w