6 Apr 2002 15:45
IDL4 0.8.1 released
Andreas Haeberlen <haeberlen <at> ira.uka.de>
2002-04-06 13:45:54 GMT
2002-04-06 13:45:54 GMT
Hello L4 hackers, IDL4 is now available for download from the L4Ka home page. IDL4 is a stub-code generator for the L4 platform. It generates communication stubs from interface definitions written in a specification language such as CORBA IDL or DCE IDL. It also uses knowledge about the hardware platform and the microkernel to optimize the performance of the generated code. Some features: o Supports CORBA IDL (recommended) and DCE IDL o Backends available for Hazelnut and Pistachio o Client stubs use CORBA C language mapping o Type import from C/C++ code o Modular design; easily extensible For more information please visit http://l4ka.org/projects/idl4/ - Andreas --- Andreas Haeberlen System Architecture Group, University of Karlsruhe, Germany haeberlen <at> ira.uka.de, phone: +49 (721) 608-4055
> This is the birth of l4-hurd but we need to organize the task with :
> 1/ A good documentation
> 2/ A website : people which make this project visible.
> 3/ A roadmap (detailled)
> 4/ Groups which can organize the differents tasks.
We already have a project at savannah:
> Still, if there's anything anyone thinks I might be able to do, keeping in
> mind that I have a day job, please let me know.
It depends on your personal preferences and tastes. After all, this
is a pure volunteer project; we're working on parts that we either
like very much or that we need for work. Personally, I'm currently
digging in UVM because I need this for a NetBSD/L4 port as well as
a distributed VM project <at> work. You'll certainly have similar
considerations too.
IMHO, the best way to get started with L4 hacking, is to actually
_write_ some root-tasks and exercise the L4 APIs. In your spare
time, consider writing a few root-tasks on top of, say, Hazelnut.
One app could consist of a root-task that spawns other tasks and
have them IPC directly. After this, try RPC with IDL4 etc... This
way, you could quickly learn a whole lot about L4 in general and
could then start doing "real work" ;).
RSS Feed