From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 16 13:56:26 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6123C16A47B for ; Thu, 16 Nov 2006 13:56:26 +0000 (UTC) (envelope-from aag.lists@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C0143D5D for ; Thu, 16 Nov 2006 13:56:24 +0000 (GMT) (envelope-from aag.lists@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so288103nzh for ; Thu, 16 Nov 2006 05:56:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gk9AdjtvT4z/OqctHP3/MnYKVEszz60OAWZ1iBJdKhMMkjs23yxCMEXHFWUh1dO9Ex0ZguJhrrnRjJaCHMzz3lTtIluvrtBDvlCrcXYhzeJZ1oy3uTQgLnPoTUUjYS2hUa4cyYq4O9t4NbIPBhbLKsbaAHJUblwAeH8Q4XwQAUw= Received: by 10.35.103.12 with SMTP id f12mr819126pym.1163685383879; Thu, 16 Nov 2006 05:56:23 -0800 (PST) Received: by 10.35.59.14 with HTTP; Thu, 16 Nov 2006 05:56:23 -0800 (PST) Message-ID: <2f3a439f0611160556o6e643561sf45bccab2ad769ad@mail.gmail.com> Date: Thu, 16 Nov 2006 19:26:23 +0530 From: "Aditya Godbole" To: freebsd-hackers@freebsd.org In-Reply-To: <200611161335.kAGDZKH4063973@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2f3a439f0611160038g5349f25bn8a1970120bc52b0@mail.gmail.com> <200611161335.kAGDZKH4063973@lurza.secnetix.de> Subject: Re: Ramdisk support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 13:56:26 -0000 On 11/16/06, Oliver Fromme wrote: > > You don't. It's not necessary. MD_ROOT_SIZE only reserves > space in the kernel image. Then you can use strings(1) to > find the offset in the kernel image, and then write your > image into the reserved space with standard shell tools. > Thanks a lot for the elaborate explanation. > > I don't know u-boot. What is that? > u-boot is a bootloader popular in embedded systems. Its often used with Linux. Regards, aditya