Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f99NN4626785 for lkcd-outgoing; Tue, 9 Oct 2001 16:23:04 -0700 Received: from mail.3pardata.com (dnai-216-15-110-218.cust.dnai.com [216.15.110.218]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f99NN1D26779 for ; Tue, 9 Oct 2001 16:23:02 -0700 Received: from postal.3pardata.com (3pardata.com [192.168.1.19]) by mail.3pardata.com (8.9.3+Sun/8.9.3) with ESMTP id QAA18281; Tue, 9 Oct 2001 16:22:54 -0700 (PDT) Received: from marais (marais.3pardata.com [192.168.1.107]) by postal.3pardata.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TXYBWYJ1; Tue, 9 Oct 2001 16:22:54 -0700 Date: Tue, 9 Oct 2001 16:22:54 -0700 (PDT) From: Castor Fu X-X-Sender: To: "Matt D. Robinson" cc: Suparna Bhattacharya , Subject: Re: Dump driver interface In-Reply-To: <3BC38569.61E9B580@alacritech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-lkcd@oss.sgi.com Precedence: bulk On Tue, 9 Oct 2001, Matt D. Robinson wrote: > In what sense? Right now, we're a module, but I suspect you aren't referring > to this. > > > This would imply factoring out the iteration through pages of memory and > > device write routines. In this case, various linux kernel parameters > > might also not be available. > > Are you referring to something like LinuxBIOS? Just curious. We have > briefly discussed something like this, along with putting in MCL's code. Well, not LinuxBIOS, but yes, from a custom BIOS. With things like the SMI interrupt one could potentially get at a pretty wedged system from a BIOS. Another factor to consider, (pardon my unfamiliarity with Linux and its VM system), is that it looks like a single virtual memory address is associated with each page in the dump file. It doesn't seem like one could easily access all user pages, because pages from different tasks would have the same address. Is this address somehow unique in the mem_map table? -castor