Date: Thu, 01 Oct 1998 01:48:37 +1000 From: "Hallam Oaks P/L list account" <mlnn4@oaks.com.au> To: "FreeBSD Chat Mailing List" <freebsd-chat@FreeBSD.ORG> Subject: Re: Win95/NT drivers on FreeBSD? Message-ID: <199809301547.BAA25615@mail.aussie.org>
next in thread | raw e-mail | index | archive | help
>supported WinNT (and some Win98) device drivers, as shipped by the OEM. >Why WinNT and not Win95? Because WinNT drivers are more like Unix device >drivers. They have well defined interfaces to the O/S, and are _not_ Having written NT device drivers myself I can totally agree with this. The NT kernel-level interface is very nice and quite clean. (i.e. they actually designed more or less all of it before they started coding, which is almost certainly not the case with Windows. [At least, if it is the case with Windows, then I'd suspect they were smoking something other than tobacco at the time]). It would be within the realms of possibility to write support code that made an NT driver think it was running under an NT kernel within FreeBSD. (Remember, folks, the NT kernel is not the same as the Win32 API - it sits above the kernel and doesn't have to be emulated for a device driver to work, so many of the issues the WINE folk have to deal with aren't here). -- Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809301547.BAA25615>