[ros-kernel] Drivers...
Vizzini
vizzini at plasmic.com
Mon Feb 16 12:05:56 CET 2004
On Mon, 2004-02-16 at 11:59, Steven Edwards wrote:
> There are quite a few ext2/3 drivers for Windows NT/2K/Xp out on the
> Net that are GPL. The big problem using them in ReactOS is that they
> are IFS drivers and use SEH. I would suggest just importing one of them
> in to CVS and getting it to work.
As I said elsewhere, we are going to fix the cache manager. I'm going
to start on it next, after finishing up the floppy driver. That is the
major blocker to using off-the-shelf windows IFS drivers.
As for SEH: if you build the driver with MS tools, it's fine; if you
want to build with the ReactOS build environment, you just need to do
#ifdef _MSC_VER
try {
#endif
...and so on. There was a recent thread about porting drivers to
ReactOS that should be of some help. Or, you are welcome to let me know
if you have questions.
-Vizzini
More information about the Ros-kernel
mailing list