* Introduction and proposal:
2002-04-22 19:40 Swap support Harry Kalogirou
@ 2002-04-22 20:19 ` erich alfred heine
2002-04-22 20:58 ` Riley Williams
2002-04-22 21:02 ` Harry Kalogirou
0 siblings, 2 replies; 6+ messages in thread
From: erich alfred heine @ 2002-04-22 20:19 UTC (permalink / raw)
To: linux-8086
Hello all,
I have recently joined this list, and would like to introduce myself:
Hi im Erich.
Anyway, Ive been playing with ELKS on my 286 laptop for a couple of weeks
now, and i think its way cool. Especially since the hard disk has long
since been kaput.
Ive read a couple emails about the documentation for this project, and I
concur that it does need improvement. I would like to help out with
documenting this project, while I learn enough about the OS to maybe start
helping with code.
One of the things Ive thought would be neat, is a guide to the source code
of ELKS, like a programmers manual. Is this something that is needed? Or
would my time be better spent working on other documentation?
Another of the projects related to ELKS that ive been considering, is a
good vt100 emulator, and/or a serial library that would make ELKS good for
controlling devices over a serial line, but I wont be able to consider
working on that till the end of the summer at the earliest.
Anyway, thats all from me, I just figured I would consult you all about
the documentation thing.
Erich Heine
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Introduction and proposal:
2002-04-22 20:19 ` Introduction and proposal: erich alfred heine
@ 2002-04-22 20:58 ` Riley Williams
2002-04-22 21:04 ` Harry Kalogirou
2002-04-22 21:02 ` Harry Kalogirou
1 sibling, 1 reply; 6+ messages in thread
From: Riley Williams @ 2002-04-22 20:58 UTC (permalink / raw)
To: erich alfred heine; +Cc: Linux 8086
Hi Erich.
> Anyway, Ive been playing with ELKS on my 286 laptop for a couple of
> weeks now, and i think its way cool. Especially since the hard disk
> has long since been kaput.
It's good to see others are interested. Welcome aboard.
> I've read a couple emails about the documentation for this project,
> and I concur that it does need improvement. I would like to help out
> with documenting this project, while I learn enough about the OS to
> maybe start helping with code.
You're certainly welcome to do that.
> One of the things I've thought would be neat, is a guide to the
> source code of ELKS, like a programmers manual. Is this something
> that is needed? Or would my time be better spent working on other
> documentation?
To be honest, the ELKS documentation in general falls into one or more
of the following categories:
1. Hopelessly out of date.
2. Abysmal English. Apparently, the non-English versions are far
easier to follow than the English ones. (I can't confirm this
as the only three languages I speak with anything approaching
fluency are English and American).
3. Ambiguous phraseology, largely as a result of (1) above.
Anything you can do to help with ANY of the ELKS documentation that
currently exists, or to create QUALITY new documentation, would be
appreciated by far more than just me.
> Another of the projects related to ELKS that I've been considering,
> is a good vt100 emulator, and/or a serial library that would make
> ELKS good for controlling devices over a serial line, but I won't be
> able to consider working on that till the end of the summer at the
> earliest.
I started on a VT100 emulator a while back, but got little further than
documenting some of the control sequences used. ELKS itself uses VT52
sequences for video control, so the emulator would basically consist of
a tool that receives VT100 sequences and generates the equivalent VT52
sequence. If you're interested, I have a genuine VT100 manual that lists
all the codes supported by the hardware in question.
As regards the serial library, ELKS already supports SLIP links, and I
understand that requires the kernel to provide pretty much complete
serial support, so that is probably an unnecessary project.
> Anyway, thats all from me, I just figured I would consult you all
> about the documentation thing.
The basic instruction there has to be "Go ahead".
Best wishes from Riley.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Introduction and proposal:
2002-04-22 20:19 ` Introduction and proposal: erich alfred heine
2002-04-22 20:58 ` Riley Williams
@ 2002-04-22 21:02 ` Harry Kalogirou
1 sibling, 0 replies; 6+ messages in thread
From: Harry Kalogirou @ 2002-04-22 21:02 UTC (permalink / raw)
To: erich alfred heine; +Cc: Linux-8086
Την Δευ, 22-04-2002 στις 23:19, ο/η erich alfred heine έγραψε:
> Hello all,
>
> I have recently joined this list, and would like to introduce myself:
> Hi im Erich.
>
Nice to meet you!
The only thing I know is that we need documentators badly!!
Harry
-
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Introduction and proposal:
2002-04-22 20:58 ` Riley Williams
@ 2002-04-22 21:04 ` Harry Kalogirou
2002-04-22 22:26 ` Riley Williams
0 siblings, 1 reply; 6+ messages in thread
From: Harry Kalogirou @ 2002-04-22 21:04 UTC (permalink / raw)
To: Riley Williams; +Cc: erich alfred heine, Linux 8086
Την Δευ, 22-04-2002 στις 23:58, ο/η Riley Williams έγραψε:
> Hi Erich.
>
>
> As regards the serial library, ELKS already supports SLIP links, and I
> understand that requires the kernel to provide pretty much complete
> serial support, so that is probably an unnecessary project.
>
Actualy the serial driver needs some work. Flow control is the priority
one and modem control lines is priority two...
Harry
-
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Introduction and proposal:
2002-04-22 21:04 ` Harry Kalogirou
@ 2002-04-22 22:26 ` Riley Williams
0 siblings, 0 replies; 6+ messages in thread
From: Riley Williams @ 2002-04-22 22:26 UTC (permalink / raw)
To: Harry Kalogirou; +Cc: erich alfred heine, Linux 8086
Hi Harry.
>> As regards the serial library, ELKS already supports SLIP links, and
>> I understand that requires the kernel to provide pretty much
>> complete serial support, so that is probably an unnecessary project.
> Actualy the serial driver needs some work. Flow control is the
> priority one and modem control lines is priority two...
Surely that's back to front? The primary flow control is via the CTS
and RTS modem control lines, so flow control can't be fully implemented
before the modem control lines have been implemented.
Best wishes from Riley.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Introduction and proposal:
@ 2002-04-23 17:39 Al Yazdi
0 siblings, 0 replies; 6+ messages in thread
From: Al Yazdi @ 2002-04-23 17:39 UTC (permalink / raw)
To: erich alfred heine <eheine@students.uiuc.edu>;
[-- Attachment #1: Type: text/plain, Size: 811 bytes --]
>
> I have recently joined this list, and would like to
introduce myself:
> Hi im Erich.
>
Hi Herich and Welcome
>
> One of the things Ive thought would be neat, is a guide to
the source code
> of ELKS, like a programmers manual. Is this something
that is needed? Or
> would my time be better spent working on other documentation?
>
Of course ; and I think all kind of doc. could be usefull.
I'propose myself to help you in this *hard* work.
I can translate too in Frensh some English papers.
Him
Bye
______________________________________________________
Envoyez des messages musicaux sur le portable de vos amis
http://mobile.lycos.fr/mobile/local/sms_musicaux/
______________________________________________________
Boîte aux lettres - Caramail - http://www.caramail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-04-23 17:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-23 17:39 Introduction and proposal: Al Yazdi
-- strict thread matches above, loose matches on Subject: below --
2002-04-22 19:40 Swap support Harry Kalogirou
2002-04-22 20:19 ` Introduction and proposal: erich alfred heine
2002-04-22 20:58 ` Riley Williams
2002-04-22 21:04 ` Harry Kalogirou
2002-04-22 22:26 ` Riley Williams
2002-04-22 21:02 ` Harry Kalogirou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox