Re: Using of struct tm in kernel module
Peter Skvarka <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Soft in Engines |
| Message-ID | <[email protected]> |
> I don't understand why any of it would be in the kernel, just extract > the stats (if some don't exist, adding those to the kernel probably > makes sense) and do everything else in user space. I understand this approach. Many features are implemented like you described - minimal kernel code and implemented in user space. This one could be also, but it is not very complicated code. I need to resolve more important things just now. Peter