* Re: Help writing FS and proc
2003-04-08 7:57 Help writing FS and proc dave
@ 2003-04-07 21:02 ` Tomas Szepe
2003-04-09 5:21 ` dave
0 siblings, 1 reply; 3+ messages in thread
From: Tomas Szepe @ 2003-04-07 21:02 UTC (permalink / raw)
To: dave; +Cc: linux-kernel
> RELASE
> REALISE
Third time's the charm?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Help writing FS and proc
@ 2003-04-08 7:57 dave
2003-04-07 21:02 ` Tomas Szepe
0 siblings, 1 reply; 3+ messages in thread
From: dave @ 2003-04-08 7:57 UTC (permalink / raw)
To: linux-kernel
I am writing a 2.4.x device driver LNVRM I was going to use proc for debug
and interface
But proc dose not support report files because it dose not have OPEN and
RELASE functions
My report files work like this
1. OPEN
Memory is allocated and status information is loaded into the memory
2. READ
Normal read of the memory (report)
5. REALISE
The report memory is freed
so now I want my driver when is starts to make an mount point in /proc/lnvrm
and then
auto mount my FS also my FS will have whatever status info and a fixed file
in it called
device witch will be a char device node witch will point to my auto assigned
mayor / minor
number I do not want to use 2.4.x vdev as this way just dose it all in one
I have done proc code before but run into lots of brick wills I guest I need
to know
1. how do you make a mount point in /proc ?
2. how do you auto mount that point ?
3 how do you make a device node in proc ? (I wont use this but it is
interesting to me)
also I have written a read / write FS before but this was mainly by locking
at outer peoples work
is there some relay good info on writing a linux FS for free download ? (no
I don't have any CC's)
thank you
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help writing FS and proc
2003-04-07 21:02 ` Tomas Szepe
@ 2003-04-09 5:21 ` dave
0 siblings, 0 replies; 3+ messages in thread
From: dave @ 2003-04-09 5:21 UTC (permalink / raw)
To: Tomas Szepe; +Cc: linux-kernel
----- Original Message -----
From: "Tomas Szepe" <szepe@pinerecords.com>
To: "dave" <davekern@ihug.co.nz>
Cc: <linux-kernel@vger.kernel.org>
Sent: Monday, April 07, 2003 2:02 PM
Subject: Re: Help writing FS and proc
> > RELASE
> > REALISE
>
> Third time's the charm?
>
Will thank you I will now have a driver that is not completed but the
spelling is correct :)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-08 8:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-08 7:57 Help writing FS and proc dave
2003-04-07 21:02 ` Tomas Szepe
2003-04-09 5:21 ` dave
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox