rsync --progress --partial -avz Roots/xnu/xnu-1228.5.20.root~5/System/Library/ /System/Library/
What's the best way of installing kernel extensions. I did this there's got to be a better way: :Build9E17 root# rsync --progress --partial -avz Roots/xnu/ xnu-1228.5.20.root~5/System/Library/ /System/Library/ Charles
On Aug 24, 2008, at 3:37 PM, Charles Darwin wrote:
What's the best way of installing kernel extensions. I did this there's got to be a better way:
:Build9E17 root# rsync --progress --partial -avz Roots/xnu/ xnu-1228.5.20.root~5/System/Library/ /System/Library/
There's no special way to install them via darwinbuild, and questions about using kexts are best directed at darwin-kernel@lists.apple.com. I am not a kernel engineer, so I recommend finding some other documentation. Perhaps start here: http://developer.apple.com/documentation/Darwin/Conceptual/KEXTConcept/KEXTC... Once you understand all of that, the "darwinup" command might be useful, which is part of darwinbuild. -Bill
participants (2)
-
Charles Darwin
-
William Siegrist