From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 22 Nov 2001 08:48:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 22 Nov 2001 08:48:06 -0500 Received: from t2.redhat.com ([199.183.24.243]:2297 "EHLO passion.cambridge.redhat.com") by vger.kernel.org with ESMTP id ; Thu, 22 Nov 2001 08:47:58 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 From: David Woodhouse X-Accept-Language: en_GB In-Reply-To: In-Reply-To: To: "Thomas S. Iversen" Cc: linux-kernel@vger.kernel.org Subject: Re: XIP linux? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Nov 2001 13:47:20 +0000 Message-ID: <26655.1006436840@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org thomassi@dina.kvl.dk said: > 1. Are there any patches for making linux run from a CF card? It is an IDE disk. You may think it has flash inside - we couldn't possibly comment. As far as the computer is concerned, it is an IDE disk. > 2. Anybody know anyting about making a XIP linux disk? (all code stays on > the CF card, only datastructures and the like eat up the little memory > I have)? You can't do XIP from an IDE disk. -- dwmw2