Kernel module implementation estimate
Posted
by
Ivan Teterevkov
on Programmers
See other posts from Programmers
or by Ivan Teterevkov
Published on 2012-10-01T17:24:45Z
Indexed on
2012/10/01
21:50 UTC
Read the original article
Hit count: 264
I have a very abstract question about a kernel module writing estimate. How much dev-hours/months may required to write or, especially, port an existant kernel driver for a new PCI HBA from one operating system to another (with different kernel API)? I am porting an already written kernel module for 82599 for Linux kernel to OS X's IOKit and try to get a working alpha. I can't imagine for how long this task may expand in time.
© Programmers or respective owner