Re: [GXemul-users] python - ctypes - gxemul.so
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2009-08-12 21:05:57
|
Ons 2009-08-12 klockan 17:44 +0200 skrev Grzegorz Makarewicz: > Hej, Hi Grzegorz, > Is there any chance to split gxemul to smaller pieces - like in giano, > where each devices is stored as separate .so file ? That would require two things: 1) A dynamic module loader (maybe this is not too hard to implement, but someone has to take the time to do it), and 2) A stable API. This is harder, and not guaranteed at this point. Anders |