I have created a driver for our SATA controller, and it has been
working for some time. However the driver is 1MB which seems very
large compared to the other drivers in /S/L/E. Can anyone suggest ways
of optimizing code size of my kext - I'm using the default deployment
build settings. Also does anyone have an idea why the driver is so
big?
If you haven't already, use the size(1) command to determine the actual
executable size. The size of the file is not the same as the former
(symbols can take up a lot of space, but aren't loaded with the
extension).
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for General Semantics
--------
If you're not confused,
You're not paying attention
--------