Re: [Xen-devel] Question about next_module() function

2016-10-04 Thread Julien Grall
On 23/09/2016 17:36, 조현권 wrote: Hi Hello, Sorry for the late reply. I am experimenting Xen with my embedded system environment and got a question in next_module() function. / / /static paddr_t __init next_module(paddr_t s, paddr_t *end)/ /{/ /struct bootmodules *mi = &bootinfo.modules;/

[Xen-devel] Question about next_module() function

2016-09-23 Thread 조현권
Hi I am experimenting Xen with my embedded system environment and got a question in next_module() function. *static paddr_t __init next_module(paddr_t s, paddr_t *end)* *{* *struct bootmodules *mi = &bootinfo.modules;* *paddr_t lowest = ~(paddr_t)0;* *int i;* *for ( i = 0; i < mi