benjaminmordaunt / sdv-hackathon-cfg3

Configuration (column) 3 implemented for the SDV hackathon - EWAOL (Yocto) additions
3 stars 1 forks source link

Implement DSOs and Dynamic Linkage #6

Open benjaminmordaunt opened 1 year ago

benjaminmordaunt commented 1 year ago

PinkyOS will use the most commonly used method for dynamic linkage used by e.g. Linux/SysV - namely the use of dynamic shared objects build as position-independent code (PIC), with ELF's PLT and GOT mechanisms. There will be no support for load-time linkage.