* ELKS 0.1.4 - TODO
@ 2004-06-04 15:24 Miguel Bolanos
2004-06-05 0:34 ` claudio
0 siblings, 1 reply; 5+ messages in thread
From: Miguel Bolanos @ 2004-06-04 15:24 UTC (permalink / raw)
To: linux-8086
[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]
Greetings,
This is my initial proposal for TODO before 0.1.4 release:
- Reduce Code.
- Rewrite exec and device code to be able to run without file
systems.
- Simplify device request functions as they can only be asked to
get one block at a time.
- PLIP networking support.
- Have swapon back into elkscmd
- Optimize root disk to be able to actually fit everything in it.
- Improve / upgrade documentation.
- boot loader
Desired:
- An irc client.
- A text browser.
- A text mail client.
- screen :)
All suggestions are welcome.
Thanks a lot to everyone of you that got back to my call for suggestions
on the future of elks. as u can see i bases part of this todo on those
suggestions... the rest comes from my own ideas and the old TODO.
Alan i know you are pretty busy with school and all, but i would really
appreciate it if you can take a minute provide some feedback on this.
best wishes.
--
--------------------miguel bolanos, systems administrator, linuxlabs
... ........ ..... .... 230 peachtree st nw ste 2701
the original linux labs atlanta.ga.us 30303
-since 1995 http://www.linuxlabs.com
office 404.577.7747 fax 404.577.7743
--------------------------------------------------------------------
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ELKS 0.1.4 - TODO
2004-06-04 15:24 ELKS 0.1.4 - TODO Miguel Bolanos
@ 2004-06-05 0:34 ` claudio
2004-06-06 20:10 ` Alan Cox
2004-06-07 1:56 ` claudio
0 siblings, 2 replies; 5+ messages in thread
From: claudio @ 2004-06-05 0:34 UTC (permalink / raw)
To: Miguel Bolanos; +Cc: linux-8086
On Fri, 4 Jun 2004, Miguel Bolanos wrote:
> This is my initial proposal for TODO before 0.1.4 release:
>
> - Reduce Code.
A traditional entry.
> - Rewrite exec and device code to be able to run without file
> systems.
> - Simplify device request functions as they can only be asked to
> get one block at a time.
> - PLIP networking support.
That would be nice. I believe it was originally scheduled for
release 0.3.0?
> - Have swapon back into elkscmd
> - Optimize root disk to be able to actually fit everything in it.
Currently the full3 image has some duplicated binaries in it (e.g.
it install ash as /bin/ash and /bin/sh). Trivial to fix.
> - Improve / upgrade documentation.
> - boot loader
The bootblocks in dev86 are working well, at least with minix floppies
and minix_elks.bin. I suppose the hd loader is working too, I'll test
it this weekend.
> Desired:
> - An irc client.
> - A text browser.
> - A text mail client.
What's our current status regarding network?
> All suggestions are welcome.
I'm investigating the status of the new exec format and what must be
done to get it working. Perhaps we could include it in this release.
Best regards,
claudio
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ELKS 0.1.4 - TODO
2004-06-05 0:34 ` claudio
@ 2004-06-06 20:10 ` Alan Cox
2004-06-07 1:56 ` claudio
1 sibling, 0 replies; 5+ messages in thread
From: Alan Cox @ 2004-06-06 20:10 UTC (permalink / raw)
To: claudio; +Cc: Miguel Bolanos, linux-8086
On Sad, 2004-06-05 at 01:34, claudio@conectiva.com wrote:
> > Desired:
> > - An irc client.
Nathan Laredo's tinyirc should fit quite easily
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ELKS 0.1.4 - TODO
2004-06-05 0:34 ` claudio
2004-06-06 20:10 ` Alan Cox
@ 2004-06-07 1:56 ` claudio
2004-06-07 21:11 ` Miguel Bolanos
1 sibling, 1 reply; 5+ messages in thread
From: claudio @ 2004-06-07 1:56 UTC (permalink / raw)
To: Miguel Bolanos; +Cc: linux-8086
On Fri, 4 Jun 2004, Miguel Bolanos wrote:
> Desired:
> - An irc client.
Ported tinyirc, as suggested by Alan.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ELKS 0.1.4 - TODO
2004-06-07 1:56 ` claudio
@ 2004-06-07 21:11 ` Miguel Bolanos
0 siblings, 0 replies; 5+ messages in thread
From: Miguel Bolanos @ 2004-06-07 21:11 UTC (permalink / raw)
To: claudio, alan; +Cc: linux-8086
[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]
Greetings,
On Sun, 2004-06-06 at 19:56, claudio@conectiva.com wrote:
> On Fri, 4 Jun 2004, Miguel Bolanos wrote:
>
> > Desired:
> > - An irc client.
>
> Ported tinyirc, as suggested by Alan.
Alan Thanks for the suggestion.
Claudio excellent, we will be looking forward to see it included.
Other stuff that we can start considering for the future in case someone
is interested:
- microwindows
- somekind of browser (non text)
- spreadsheet, wordprocessor...
- cd / mp3 player? *GRIN*
Mike
>
> -
> 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
--
--------------------miguel bolanos, systems administrator, linuxlabs
... ........ ..... .... 230 peachtree st nw ste 2701
the original linux labs atlanta.ga.us 30303
-since 1995 http://www.linuxlabs.com
office 404.577.7747 fax 404.577.7743
--------------------------------------------------------------------
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-07 21:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-04 15:24 ELKS 0.1.4 - TODO Miguel Bolanos
2004-06-05 0:34 ` claudio
2004-06-06 20:10 ` Alan Cox
2004-06-07 1:56 ` claudio
2004-06-07 21:11 ` Miguel Bolanos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox