FreeBSD 9.0 compatibility, Linux Kernel 2.4 or 2.6

Lonworks

Has anybody made an application using FreeBSD on top of Lonworks?

FYI: Lonworks is a protocol stack, used for automations.
 
adamk said:
linux compatibility is limited to userspace applications, not hardware drivers.

Adam

When uname is typed, I get freebsd FreeBSD 9.0

Is there a way to know to which linux kernel is equivalent?
 
To none. FreeBSD is not Linux equivalent.

From document you mentioned
Linux drivers are provided too for most of the interfaces. They come in source code for different kernel versions.
In such case it may be possible to write driver for FreeBSD. Or it may be not, it depends.
 
A linux driver will not work in FreeBSD. You should check the FreeBSD HCL to see if the device is supported and, if not, you'll have to contact the device manufacturer.

Adam
 
adamk said:
A linux driver will not work in FreeBSD. You should check the FreeBSD HCL to see if the device is supported and, if not, you'll have to contact the device manufacturer.

Adam

It is not supported. So to adapt the driver from Linux to Freebsd FreeBSD, you should have in depth knowledge of the hardware's chipset?
 
Back
Top