Accuracy
Problem: all objects were put into vxWorks.a, including application objects
Solution: only put kernel objects into vxWorks.a; application objects linked in during final link
Advantages:
- Can ignore kernel files 99% of the time - much faster
- Always include all application files in final image.