Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 13 Jan 2002 15:40:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 13 Jan 2002 15:39:56 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:57498 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sun, 13 Jan 2002 15:39:45 -0500 Date: Sun, 13 Jan 2002 15:39:43 -0500 (EST) From: Alexander Viro To: "Eric W. Biederman" cc: "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: initramfs buffer spec -- second draft In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 13 Jan 2002, Eric W. Biederman wrote: > "H. Peter Anvin" writes: > > > This is an update to the initramfs buffer format spec I posted > > earlier. The changes are as follows: > > Comments. Endian issues are not specified, is the data little, big > or vax endian? Data is what you put into files, byte-by-byte. Headers are ASCII. > What is the point of alignment? If the data starts as 4 byte aligned, > the 6 byte magic string guarantees the data will be only 2 byte > aligned. This isn't good for 32 or 64 bit architectures. Both data and headers are aligned. And headers are ascii strings. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/