|
|
Rockbox mail archiveSubject: Re: sony cd changer emulation almost finishedFrom: Björn Stenberg (bjorn_at_haxx.se) Date: 2004-06-02
sophana wrote:
That makes plugins incompatible with every little firmware change, which is a nuisance.
Also, having a clearly specified plugin API means we know exactly which functions the plugins use. Therefore we don't have to worry about breaking plugin compatibility when we are modifying the firmware.
> one more question: are sh1 executables relocatable? this way, several
Any code can be made Position Independent. This is done using a Global Offset Table that all function calls via, which contains the absolute address of the functions used. That is, however, far beyond the purpose of Rockbox plugins.
-- Björn _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox
Page was last modified "Jan 10 2012" The Rockbox Crew |