All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Nasrat <pauln@truemesh.com>
To: ELKS mailing list <Linux-8086@vger.kernel.org>
Subject: Re: thanks for ur help....
Date: Tue, 1 Oct 2002 11:19:32 +0100	[thread overview]
Message-ID: <20021001101931.GD13367@raq465.uk2net.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0210011401130.17403-100000@preshak.recjai.ac.in>

On Tue, Oct 01, 2002 at 02:14:49PM +0530, Seemanta Dutta wrote:
> thanks for ur reply..ur mail helped me a lot...if u had not replied i
> would never have been able to finish my seminar presentation with a demo
> of ELKS....

That's good - maybe you could post your seminar paper up somewhere.
I've got some slides from my LUG presentation which I'll put up at some
point too..

> 
> i have created my own ELKS kernel image...but how do i create my root
> disk?
> using loopback?? but then what abt ramdisk word and other issues abt size
> and libraries..??

The real catch is creating the correct file format

You need to create a Minix v1 fs.

1) dd if=/dev/zero of=root bs=1024 count=1440
2) /sbin/mkfs.minix -n14 root 1440

You can then mount this via loopback.

Populating the filesystem I suggest you look at the images from Harry's
site and use the filesystems as a base

http://rainbow.cs.unipi.gr/~harkal/ELKS/images/

You can also look at the elkscmd for the root_template and the device
numbers, but this isn't working for me in cvs atm.

I made a larger root image to hold the net stuff, and put some odds and
ends on it - I make a rootfs with Adventure on it but there are still
some bugs with input so not playable.

Paul

      reply	other threads:[~2002-10-01 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-26  8:45 newbie...please help teo_icKs
2002-10-01  8:44 ` thanks for ur help Seemanta Dutta
2002-10-01 10:19   ` Paul Nasrat [this message]

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=20021001101931.GD13367@raq465.uk2net.com \
    --to=pauln@truemesh.com \
    --cc=Linux-8086@vger.kernel.org \
    /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.