All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Hudec <bulb@ucw.cz>
To: Heerappa Hunje <hunjeh@celetron.com>
Cc: kernelnewbies@nl.linux.org, linux-mm@kvack.org,
	William Lee Irwin III <wli@holomorphy.com>
Subject: Re: questions on swapping
Date: Tue, 29 Apr 2003 13:28:29 +0200	[thread overview]
Message-ID: <20030429112829.GD668@vagabond> (raw)
In-Reply-To: <OF8E0064D4.ECA596BD-ON65256D17.003D6ECB@celetron.com>

On Tue, Apr 29, 2003 at 04:52:36PM +0530, Heerappa Hunje wrote:
> 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.

Kernel prints messages using the printk function. It writes them to the
active console and makes them available via a magic file in /proc
filesystem where they are picked by klogd and passed to syslogd.

printk is specially crafted so that it can be called from any point of
kernel (including interrupt context).

-------------------------------------------------------------------------------
						 Jan 'Bulb' Hudec <bulb@ucw.cz>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

  reply	other threads:[~2003-04-29 11:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-29 11:22 questions on swapping Heerappa Hunje
2003-04-29 11:28 ` Jan Hudec [this message]
2003-04-29 15:24   ` Randy.Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2003-04-29 13:28 Heerappa Hunje
2003-04-28  9:37 Heerappa Hunje
2003-04-28  9:47 ` William Lee Irwin III
2003-04-29  8:03 ` Jan Hudec
2003-04-28  9:32 Heerappa Hunje
2003-04-28  7:54 Heerappa Hunje
2003-04-29  7:57 ` Jan Hudec
2003-04-28  7:32 Patwardhan, Aniruddha
2003-04-28  7:16 Heerappa Hunje
2003-04-28  7:26 ` William Lee Irwin III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030429112829.GD668@vagabond \
    --to=bulb@ucw.cz \
    --cc=hunjeh@celetron.com \
    --cc=kernelnewbies@nl.linux.org \
    --cc=linux-mm@kvack.org \
    --cc=wli@holomorphy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.