* [Xenomai-core] Xenomai as module changing bzImage
@ 2006-03-08 17:33 Rodrigo Rosenfeld Rosas
2006-03-08 19:44 ` Jan Kiszka
2006-03-09 13:08 ` Philippe Gerum
0 siblings, 2 replies; 4+ messages in thread
From: Rodrigo Rosenfeld Rosas @ 2006-03-08 17:33 UTC (permalink / raw)
To: xenomai-core
Hi Philippe,
I disabled the kernel .config support, recompiled the kernel with latest ipipe
patch and rebooted my system (Xenomai configured as a module).
Then I downloaded last svn Xenomai. Compiled it (after correcting drvlib.c of
rtdm skin) and noted that it has changed the kernel bzImage too, besides
building the modules. Although I can use the new Xenomai modules without
rebooting my system, I can not understand why should bzImage change. Have you
any idea?
Thanks in advance,
Rodrigo.
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-core] Xenomai as module changing bzImage
2006-03-08 17:33 [Xenomai-core] Xenomai as module changing bzImage Rodrigo Rosenfeld Rosas
@ 2006-03-08 19:44 ` Jan Kiszka
2006-03-09 14:33 ` Rodrigo Rosenfeld Rosas
2006-03-09 13:08 ` Philippe Gerum
1 sibling, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2006-03-08 19:44 UTC (permalink / raw)
To: Rodrigo Rosenfeld Rosas; +Cc: xenomai-core
[-- Attachment #1: Type: text/plain, Size: 815 bytes --]
Rodrigo Rosenfeld Rosas wrote:
> Hi Philippe,
>
> I disabled the kernel .config support, recompiled the kernel with latest ipipe
> patch and rebooted my system (Xenomai configured as a module).
>
> Then I downloaded last svn Xenomai. Compiled it (after correcting drvlib.c of
> rtdm skin) and noted that it has changed the kernel bzImage too, besides
> building the modules. Although I can use the new Xenomai modules without
> rebooting my system, I can not understand why should bzImage change. Have you
> any idea?
Even if you turn on module support for all Xenomai components in the 2.1
series, there are still some bits (the HAL) being compiled directly into
kernel. So, any modification of headers etc. may trigger a recompilation
although the binary output will be the same.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-core] Xenomai as module changing bzImage
2006-03-08 19:44 ` Jan Kiszka
@ 2006-03-09 14:33 ` Rodrigo Rosenfeld Rosas
0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Rosenfeld Rosas @ 2006-03-09 14:33 UTC (permalink / raw)
To: Jan Kiszka, Philippe Gerum; +Cc: xenomai-core
Thank you Jan and Philippe for pointing me that the changes is due to
HAL portion. Now I know I don't need to worry about that and that I can
use the new modules in a safe way without the need of rebooting the system.
Jan, actually the binary output is different, at least for the HAL
portion... And thank you for the fast howto on svn. I appreciate it a
lot. I think it will be much simpler to be up to date with xenomai trunk. :)
Thank you guys! Answering part of the Xenomai x RTLinux Jeff's question,
one more reason to stay with Xenomai is the support we can get here from
you. That is the best list support I've ever seen.
Best Regards,
Rodrigo.
Jan Kiszka escreveu:
> Rodrigo Rosenfeld Rosas wrote:
>
>> Hi Philippe,
>>
>> I disabled the kernel .config support, recompiled the kernel with latest ipipe
>> patch and rebooted my system (Xenomai configured as a module).
>>
>> Then I downloaded last svn Xenomai. Compiled it (after correcting drvlib.c of
>> rtdm skin) and noted that it has changed the kernel bzImage too, besides
>> building the modules. Although I can use the new Xenomai modules without
>> rebooting my system, I can not understand why should bzImage change. Have you
>> any idea?
>>
>
> Even if you turn on module support for all Xenomai components in the 2.1
> series, there are still some bits (the HAL) being compiled directly into
> kernel. So, any modification of headers etc. may trigger a recompilation
> although the binary output will be the same.
>
> Jan
>
>
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-core] Xenomai as module changing bzImage
2006-03-08 17:33 [Xenomai-core] Xenomai as module changing bzImage Rodrigo Rosenfeld Rosas
2006-03-08 19:44 ` Jan Kiszka
@ 2006-03-09 13:08 ` Philippe Gerum
1 sibling, 0 replies; 4+ messages in thread
From: Philippe Gerum @ 2006-03-09 13:08 UTC (permalink / raw)
To: Rodrigo Rosenfeld Rosas; +Cc: xenomai-core
Rodrigo Rosenfeld Rosas wrote:
> Hi Philippe,
>
> I disabled the kernel .config support, recompiled the kernel with latest ipipe
> patch and rebooted my system (Xenomai configured as a module).
>
> Then I downloaded last svn Xenomai. Compiled it (after correcting drvlib.c of
> rtdm skin) and noted that it has changed the kernel bzImage too, besides
> building the modules. Although I can use the new Xenomai modules without
> rebooting my system, I can not understand why should bzImage change. Have you
> any idea?
Some changes might impact arch-level headers the static portion of the HAL depends on.
>
> Thanks in advance,
>
> Rodrigo.
>
>
> _______________________________________________________
> Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
> http://br.acesso.yahoo.com
>
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-03-09 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 17:33 [Xenomai-core] Xenomai as module changing bzImage Rodrigo Rosenfeld Rosas
2006-03-08 19:44 ` Jan Kiszka
2006-03-09 14:33 ` Rodrigo Rosenfeld Rosas
2006-03-09 13:08 ` Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.