public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
From: "Neil Holmes" <neil.holmes@zoom.co.uk>
To: Riley Williams <rhw@InfraDead.Org>
Cc: Linux 8086 <linux-8086@vger.kernel.org>
Subject: RE: Elks Distribution
Date: Tue, 28 May 2002 08:14:21 +0100	[thread overview]
Message-ID: <DDENIOHFNLNMCGGDFDPCAEOHCDAA.neil.holmes@zoom.co.uk> (raw)
In-Reply-To: <Pine.LNX.4.21.0205280712570.15697-100000@Consulate.UFP.CX>

Hi Riley,

I am very greatful to you for your support of what I am doing. Basic, though
it is at the moment, I do expect it to go much, much further.

The goal of the Distribution Edition is to create a version of ELKS that is
accessible to the less technically able of us out there. Simply stated - to
be able to boot from a floppy disk, follow a procedure,  and finish up with
a PC that boots into ELKS at the end of that process. (From my web page)

I remember that, when I first started out with Elks, I had a lot of trouble
getting going from anything other than the disk images. I had an 80286 PC
that had been sat around gathering dust and I decided that it should be my
ELKS desktop PC.

Even then it took me a long time to get anywhere far with that. Although I
have an IT career, its not as a 'C' Programmer. And my low level knowledge
is sketchy to say the least. I find Tannebaum's tome very interesting but
hard going. I guess that sort of level is not my scene.

But what I do have is a gritty determination. And that is how I got going
with the 80286. I resolved that I would get it self booting and running
ELKS. I achieved that after a lot of experimentation and Newsgroup scouring.

As I said in my email last week. I then got to the point where I wanted to
try and put something back into the project of my own. But what could I do ?
I certainly don't have, and probably never will have, the low level skills
that you guys have. But what I did have was my own experience of getting
started with ELKS.

I realised that many others may be getting turned off to ELKS because they
don't possess the same kind of determination that I do. So that was when I
decided to pull together my experience into what, I hope, will become a
decent Distribution Edition for people like me.

So the roadmap that I have now goes something like this :-

1. Bootable Install Floppy
	- Shell Scripting
		- Maybe look at some of the mini "curses" code that is lying around to try
and make it
		  look prettier later
			- I would appreciate some feedback on what I can do with the bcc version
of "curses".
			  I noticed it in the ELKSCMD source.

	- I am thinking that for a Distribution I need to be able to, pretty well,
automate everything.
	  But, of course, with manual options for those who prefer that way. The
key installation issues
	  that I see my needing to consider are :-
		- How do I resolve the kernel configuration for each platform/ disk layout
?
			- May be Linux controlled as per your information.
		- How do I control partitioning during install ?
			- Again your suggestions are likely to help here.
		- How do I deal with different types of install images ?
			- Your suggestions, again, will be key.
		- How do I Resolve the multi-booting issue ?
			- This may be a lilo answer ? Not really thought about it yet.

2. SLIP Network Installation
	- Automatic installation of a SLIP connection and test during install
		- I have not really played with this yet though I do have Harry's notes in
my file.

3. Package Installation
	- Look to install package sets as part of the installation process
		- Here I will need suggestions and contributions. I can start work on this
now so, if anyone
		  has anything then please let me know. Please be sure that I am ok with
licensing before
		  submitting anything. Documentation would be very helpful too ! I will
try them out on my
		  desktop before I include them.
			- SmallC I expect to be one
			- Elvis perhaps

So there you have it. Thats what I am up to. The feedback that I get is
vital and I very greatful for all the encouragement that I have had thus
far.

Many Thanks

Neil



-----Original Message-----
From: linux-8086-owner@vger.kernel.org
[mailto:linux-8086-owner@vger.kernel.org]On Behalf Of Riley Williams
Sent: 28 May 2002 07:27
To: Neil Holmes
Cc: Linux 8086
Subject: Re: Elks Distribution


Hi Neil.

> Thanks Riley.
>
> I have a few things to do before I get to disk formats. Thank you for
> your, as ever, very useful information.

No problem. Here's how I would envision your install image working:

 1. The user does the current `make comb` or `make full3` or `make
    full5` to create the relevant bootable system image, which provides
    an outline of the files that should be on the target system. If the
    `make comb` route is taken, they also do `make net` to create one
    with the SLIP networking tools on it.

 2. The user then does a `make imstimg` that creates a second system
    image, which produces a 720k image that can be written to either
    a 720k floppy, a 1200k 5.25" floppy or a 1440k 3.5" floppy, and
    which basically partitions and formats the hard drive, then mounts
    the disk produced in step 1 and then copies each file on that to
    the same relative location on the hard drive.

 3. Also included on the `make instimg` disk and copied to the hard
    drive is a script that can copy additional disks over to the hard
    drive. This script would be used for the `make net` disk referred
    to in (1) above.

How does that compare with your design?

Best wishes from Riley.

> -----Original Message-----
> From: linux-8086-owner@vger.kernel.org
> [mailto:linux-8086-owner@vger.kernel.org]On Behalf Of Riley Williams
> Sent: 27 May 2002 19:53
> To: Javier Sedano
> Cc: Linux 8086
> Subject: Re: Elks Distribution

> Hi Javier.

>>>> I will arrange somewhere to post my distributions for download.
>>>>
>>>> I'll post a message when I have this arranged.

>>> ftp.linux.org.uk will be happy to provide space

>> Wouldn't it be better to upload that files to the official ELKS home
>> page at sourceforge? Riley?

> Ideally, it would be an extension of the elkscmd package that was
> implemented as a `make instimg` command that created the disk images in
> a similar way to how the `make full3` creates a disk image of a 1.44M
> 3.5" ELKS boot floppy. If Neil wishes to do that, I have no problem with
> the idea, and my recommended route would be to create an elkscmd/hdinst
> directory in the existing tree and develop this in there, then go from
> that.
>
> Comments?
>
> Best wishes from Riley.

-
To unsubscribe from this list: send the line "unsubscribe linux-8086" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html




  reply	other threads:[~2002-05-28  7:14 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-28  5:29 Elks Distribution Neil Holmes
2002-05-28  6:27 ` Riley Williams
2002-05-28  7:14   ` Neil Holmes [this message]
2002-05-28 11:12     ` Stefan de Konink
2002-05-28  9:53       ` Neil Holmes
2002-05-28 11:39     ` Alan Cox
2002-05-28 10:51       ` Neil Holmes
2002-05-28 12:01         ` Alan Cox
2002-05-28 11:03           ` Neil Holmes
2002-05-28 15:35     ` Javier Sedano
2002-05-29  8:57       ` Pascal Bellard
2002-05-29 10:17         ` Javier Sedano
2002-05-28 23:11     ` Riley Williams
2002-05-28 23:35       ` Dan Olson
2002-05-29  6:26         ` neil.holmes
2002-05-29 10:33           ` Javier Sedano
2002-05-29 18:31             ` Riley Williams
2002-05-29 23:44           ` Dan Olson
2002-05-30  7:51             ` Stefan de Konink
2002-05-30 13:01               ` Harry Kalogirou
2002-05-30  9:38             ` Javier Sedano
2002-05-29  6:31       ` neil.holmes
  -- strict thread matches above, loose matches on Subject: below --
2002-12-18 20:08 ELKS distribution Gábor Lénárt
     [not found] <Pine.LNX.4.33.0206100912170.8487-100000@zeus.edeclaracion.com>
2002-06-10 15:22 ` ELKS Distribution Daniele D'Elia
2002-06-10 15:35   ` Miguel Bolanos
2002-06-10 14:29 Daniele D'Elia
     [not found] <Pine.LNX.4.21.0205302112040.15697-100000@Consulate.UFP.CX>
2002-06-01  0:25 ` Elks Distribution Blaz Antonic
2002-05-31 16:13 Neil Holmes
2002-05-30 16:47 Neil Holmes
2002-05-30  7:40 neil.holmes
2002-05-28 21:01 Neil Holmes
2002-05-28 22:47 ` Stefan de Konink
2002-05-29  6:40   ` neil.holmes
2002-05-30 11:40     ` Stefan de Konink
2002-05-30 11:03       ` Riley Williams
2002-05-30 19:38         ` Stefan de Konink
2002-05-30 18:47           ` Riley Williams
2002-05-30 19:35             ` neil.holmes
2002-05-31  5:34           ` Neil Holmes
2002-05-30 18:19       ` Blaz Antonic
2002-05-30 11:57         ` Stefan de Konink
2002-05-30 19:18           ` Blaz Antonic
2002-05-28 17:44 Neil Holmes
     [not found] <Pine.LNX.4.21.0205280728170.15697-100000@Consulate.UFP.CX>
2002-05-28 15:13 ` Javier Sedano
2002-05-28  5:30 Neil Holmes
2002-05-28  5:30 Neil Holmes
2002-05-27 13:46 Neil Holmes
2002-05-27 20:34 ` Michael McConnell
2002-05-28  5:33   ` Neil Holmes
2002-05-28  6:46     ` Michael McConnell
2002-05-28  6:57       ` Neil Holmes
2002-05-28  6:59       ` Neil Holmes
2002-05-27 12:22 Re : " Javier Sedano
2002-05-27 18:52 ` Riley Williams
2002-05-27 20:23   ` Stefan de Konink
2002-05-28  6:11     ` Riley Williams
2002-05-25 21:48 Neil Holmes
2002-05-25 23:22 ` Stefan de Konink
2002-05-26 13:30   ` Nicholas Knight
2002-05-25 23:31 ` Stefan de Konink
2002-05-25 22:06   ` Neil Holmes
2002-05-25 23:41     ` Stefan de Konink
2002-05-25 22:15       ` Neil Holmes
2002-05-25 23:47         ` Stefan de Konink
2002-05-25 22:22           ` Neil Holmes
2002-05-25 23:51             ` Stefan de Konink
2002-05-27 16:59   ` Dan Olson
2002-05-26 14:37 ` Blaz Antonic
2002-05-26  6:45   ` Neil Holmes
2002-05-26 15:01     ` Blaz Antonic
2002-05-27 12:30 ` Javier Sedano
     [not found]   ` <3CF33E41.6ED906FB@ascend.com>
2002-05-28 15:46     ` Javier Sedano
2002-05-28 16:30       ` Pascal Bellard
     [not found] <200205242123.WAA08977@eddie.loc>
2002-05-25 20:52 ` Neil Holmes
2002-05-25 22:39   ` Stefan de Konink
2002-05-25 22:55   ` Riley Williams
2002-05-26  6:26     ` Neil Holmes
2002-05-26  8:00       ` Riley Williams
2002-05-26  8:07         ` Neil Holmes
2002-05-26  9:50           ` Riley Williams
2002-05-26 15:27           ` Riley Williams
2002-05-26 12:52   ` pauln
2002-05-24 13:17 Neil Holmes
2002-05-24 14:16 ` Javier Sedano

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=DDENIOHFNLNMCGGDFDPCAEOHCDAA.neil.holmes@zoom.co.uk \
    --to=neil.holmes@zoom.co.uk \
    --cc=linux-8086@vger.kernel.org \
    --cc=rhw@InfraDead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox