Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/130/1.html
Дата изменения: Thu Mar 23 12:37:38 2000
Дата индексирования: Wed Sep 15 04:08:04 2010
Кодировка:

Поисковые слова: внешние планеты
Use a device driver and read()/write()/ioctl() The HyperNews Linux KHG Discussion Pages

Feedback: Use a device driver and read()/write()/ioctl()

Forum: The Linux Kernel Hackers' Guide
Re: Question writing/accessing modules (Jones MB)
Keywords: module
Date: Wed, 01 Oct 1997 14:12:17 GMT
From: Michael K. Johnson <johnsonm@redhat.com>

There's a whole huge section of the KHG on writing device drivers. Register a character device driver and use either read()/write() or ioctl() to communicate between the user-level app and your module.