Subject: LKMs
To: None <tech-kern@sun-lamp.cs.berkeley.edu>
From: Wolfgang Solfrank <ws@tools.de>
List: tech-kern
Date: 03/23/1994 18:19:11
Hello,

I'm currently undertaking a complete rewrite of the isofs. (This is a
by-product of some commercial project).

The new filesystem will have the possibility to extend the interpretation
of filenames/attributes for some special CDs. This will be possible through
some LKM. This will need some modification to the LKM code.

Thinking of this further, I would eventually like to make the isofs itself
an LKM. This will require the ability of the LKM code to be modified by
some LKM, i.e. the switch statement in the lkmdispatch routine needs to be
changed into a table lookup.

Thoughts?
--
ws@TooLs.DE     (Wolfgang Solfrank, TooLs GmbH) +49-228-985800

------------------------------------------------------------------------------