Dear Jan Hudec. Thanks for the information, well i have following difficulties. 1. How to handle/write the Bottom Half part of Interrupt for Device Drivers 2. If any error, then the messages during the running of Device Driver modules where(in which file) they are written by Kernel, or we have to specify the location/Pathname of file during the implimentation. Thanks in advance. Thanks n Regards Heerappa. |---------+----------------------------> | | Jan Hudec | | | <bulb@ucw.cz> | | | Sent by: Jan | | | 'Bulb' Hudec | | | <bulb@vagabond.cy| | | bernet.cz> | | | | | | | | | 04/29/2003 01:33 | | | PM | | | | |---------+----------------------------> >------------------------------------------------------------------------------------------------------------------------------| | | | To: Heerappa Hunje <hunjeh@celetron.com> | | cc: William Lee Irwin III <wli@holomorphy.com>, kernelnewbies@nl.linux.org, linux-mm@kvack.org | | Subject: Re: questions on swapping | >------------------------------------------------------------------------------------------------------------------------------| On Mon, Apr 28, 2003 at 03:07:08PM +0530, Heerappa Hunje wrote: > Let me know how much of memory a system adminstrator can configure for > buffering mechanism out 128MB/256MB or it will be choosen by the Linux > itself. Buffers are rather transient stuff during IO operations. Kernel will allocate memory for them as they are needed. All memory, that is not used by kernel or applications is used for caching files (page cache). No need to configure that either. ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/