Little question of mine....

fsnchzjr (fsnchzjr@zxmail.com)
Fri, 16 Feb 2001 08:10:44 -0800


Please excuse my newbie question...
I've been fooling around with module programing on 2.4.0, and I've made this
little module for a char device that printk's (darn, my kernel log's growing
real huge now!!!) anything I redirect into /dev/charmod (Hurray! I made my
first module).... I have not yet implemented any read facilities, yet....
and here's my question: What's IOCTL? What do I need it for?

Oh BTW, I have this dumb little idea (please flame me if it's stupid...)...
Here goes: I want to create a small database system (possibly using
ANSI-SQL92??) that's integrated into the kernel... I think I'd make a module
for a char device, which would be used for comm' with the database and a
module for a filesystem (which I'd have to come up with) that would hold the
database... Do any of you think such a database would be faster than other
database systems?
Please tell me what you people think about this...

PS. a big thanks to Mr. Wolff for starting me up on file_operations...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/