Hi Guys
I am created my own file system, i want "Windows Explorer" able to
view/edit its file, how can i write a driver for it? Can i use c# to do
that?

thanks
from Peter (cmk128@hotmail.com)

Re: FS driver by renan

renan
Mon Oct 10 22:22:50 CDT 2005

Peter,

you need to install an IFS sdk, to build your own driver.
http://www.microsoft.com/whdc/devtools/ifskit/default.mspx
the microsoft one doesn't use C#, but purhaps you can find
another DDK from a 3rd part developer that use C#.

renan


> Hi Guys
> I am created my own file system, i want "Windows Explorer" able to
> view/edit its file, how can i write a driver for it? Can i use c# to do
> that?
>
> thanks
> from Peter (cmk128@hotmail.com)
>

Re: FS driver by David

David
Mon Oct 10 22:20:37 CDT 2005

If you have created your own file system, it will be mounted if you wrote it
correctly. If it isn't mounted, it is wrong.

<cmk128@hotmail.com> wrote in message
news:1128999276.887519.267170@g43g2000cwa.googlegroups.com...
> Hi Guys
> I am created my own file system, i want "Windows Explorer" able to
> view/edit its file, how can i write a driver for it? Can i use c# to do
> that?
>
> thanks
> from Peter (cmk128@hotmail.com)
>



Re: FS driver by Mark

Mark
Tue Oct 11 06:18:14 CDT 2005

renan wrote:
> Peter,
>
> you need to install an IFS sdk, to build your own driver.
> http://www.microsoft.com/whdc/devtools/ifskit/default.mspx
> the microsoft one doesn't use C#, but purhaps you can find
> another DDK from a 3rd part developer that use C#.
>

Well no, most certainly you cannot find any c# ddk for Windows as there
is currently no managed code facility. The possibility of there being a
managed code facility for the kernel is remote. The IFS kit is actually
obsolete as of the Vista beta Windows Driver Kit (WDK,) which contains
the former IFS kit.


> renan
>
>
>> Hi Guys
>> I am created my own file system, i want "Windows Explorer" able to
>> view/edit its file, how can i write a driver for it? Can i use c# to do
>> that?
>>
>> thanks
>> from Peter (cmk128@hotmail.com)
>>


--

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

Re: FS driver by renan

renan
Tue Oct 11 08:06:42 CDT 2005

Well no, most certainly you cannot find any c# ddk for Windows as there
is currently no managed code facility.

you don't need managed code to programming C#,
because there is some C# compiler to x86 bytecode as java
compiler to x86 bytecode.

Re: FS driver by Mark

Mark
Tue Oct 11 19:29:32 CDT 2005

renan wrote:
> Well no, most certainly you cannot find any c# ddk for Windows as there
> is currently no managed code facility.
>
> you don't need managed code to programming C#,
> because there is some C# compiler to x86 bytecode as java
> compiler to x86 bytecode.
Right - good point. So good luck on finding or implementing that c# nt
kernel runtime support and c# ddk.


--

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com