From: Tommy McCabe <rocketjet314@yahoo.com>
To: linux-8086@vger.kernel.org
Subject: Re: Future of ELKS
Date: Thu, 20 May 2004 13:18:39 -0700 (PDT) [thread overview]
Message-ID: <20040520201839.77135.qmail@web51309.mail.yahoo.com> (raw)
Tommy McCabe <rocketjet314@yahoo.com> wrote:
--- Miguel Bolanos wrote:
> Good day to all,
>
> The project seems to be finally awaking from a very
> long period of
> inactivity, this can be reflected not only by the
> traffic on the mailing
> list, but on the amount of people hanging around at
> the irc channel and
> the quality of the discussions over there.
>
> Based on this facts, I believe that it is important
> that all the people
> involved and interested in ELKS, provide their own
> opinions on what the
> future of ELKS should be... I know of many wanting
> to have specific
> features that are not currently in the kernel.. and
> others that as well
> have interesting ideas for code reduction and
> improvements. So if you
> are one them, please feel free yourself, as all this
> feedback is
> important for us upgrade the TODO and roadmap of the
> project.
>
> The current things that are been done are:
>
> - Creation of an additional kernel that will use
> linux 2.6 coding style,
> this is been done because we are looking forward to
> enable the
> possibility of including support for 8086 and
> similar on the official
> linux kernel as an option... of course this is will
> take a long time,
> and doesn't mean that work on the current
> "production kernel" will be
> depricated or anything like that, we which to
> encorage you to keep
> contributing on the "production" kernel.. and the
> "new" kernel project
> will be a work in parallel that at some point will
> have all this
> improvements on the production kernel merged.
>
> - A possibility of using gcc to create 8086 binaries
> might be a
> possibility with a patch created by our irc friend
> boto. If the tests of
> this are successful we will enable elkscmd to let
> the users decide if
> they which to use gcc-8086 or our current bcc :)
>
> Anyways thats all for now. Hope to hear back from
> all.
> best wishes
>
> 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
A list of things:
1. Debug ELKS.
2. Replace the various vi flavors with e3, which has
already been ported, is easier to use, and is smaller.
3. Make sure the code is efficient as possible- 640KB
isn't a lot of room, and I would like a minimal system
to run in 256KB.
4. Get rid of the BIOS drivers and replace them with
ELKS drivers.
5. Get full 286 protected mode and extended memory
support.
6. Get all the drivers in current use out of "alpha
test".
7. Implement modules.
8. Implement PLIP.
9. Use all the space on the 1.44MB disks, and
differentiate between full3 and full5.
10. Make the devices in the image files depend on
kernel config options.
11. Make ELKS installable to a hard drive.
12. Use a more modern version of the Minix FS, or even
ext2.
13. A general code cleanup. Make ELKS
POSIX-compatible, for example, open(), read(),
write(), close(), fork(), and execve(), instead of
their ELKS counterparts. Get rid of the things such as
"the function to define a function" and
hard-to-understand things such as x->y->z, which takes
a paragraph to describe, let alone explain. Get rid of
the complex tangle of system calls to do things such
as use files.
14. Update the docs.
15. Get an ELKS GUI. Nothing fancy, with modes such as
320x200 to be compatible with CGA, but something like
the DOS GUIs of old (NOT Windows).
16. Make use of the PS/2, VGA, and FPU drivers in the
kernel.
17. Have a full choice between no FPU support,
hardware FPU support, or FPU emulation.
18. Get a different compiler, preferably one that is
ANSI-compatible, and use the whatever-it-is that
allows 1MB code segments.
19. Make the compilation as hassle-free as possible.
I have a bad hack of ELKS, which does compile,
available at 24.194.1.64. It is a standard HTTP server
with about 40KB/s of bandwidth, so don't hammer it.
Three big bugs:
1. I can't fit everything on the root disk,
2. Ash should be on the comb disk,
3. sys_execve and sys_open reutrn the 2 and 8 errors
on bootup.
Another bug, I don't know if it has been solved since
0.10, is that you can't login with ash as the default
shell.
And oppose bloat at all costs! I don't want ELKS to
bear the fate of MINIX, a half-maintained OS
half-incompatible with everything which half-works on
an 8086 and fully gobbles memory.
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer
next reply other threads:[~2004-05-20 20:18 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-20 20:18 Tommy McCabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-05-24 13:17 Future of ELKS BODRATO Stefano
2004-05-20 13:40 Pat Gilliland
2004-05-21 17:53 ` Miguel Bolanos
2004-05-19 20:55 Miguel Bolanos
2004-05-20 3:39 ` I'm in Void
2004-05-20 14:47 ` Miguel Bolanos
2004-05-20 11:42 ` Javier Sedano
2004-05-20 15:15 ` Miguel Bolanos
2004-05-20 15:37 ` Eduardo Pereira Habkost
2004-05-20 16:06 ` Andrey Romanenko
2004-05-21 5:51 ` Dan Olson
2004-05-20 17:30 ` Javier Sedano
2004-05-21 8:32 ` Gábor Lénárt
2004-05-21 14:15 ` Jody
2004-05-24 9:29 ` Gábor Lénárt
2004-05-24 18:20 ` Alan Cox
2004-05-20 23:43 ` David Given
2004-05-21 1:04 ` Stefan de Konink
2004-05-21 3:39 ` Chad Page
2004-05-29 16:58 ` Gregg C Levine
2004-05-21 5:55 ` Dan Olson
2004-05-21 6:08 ` Jody
2004-05-21 13:24 ` Eduardo Pereira Habkost
2004-05-21 16:30 ` David Given
2004-05-21 16:59 ` Michael McConnell
2004-05-22 12:12 ` David Given
2004-05-22 17:29 ` Chad Page
2004-05-21 18:38 ` Jody
2004-05-22 8:53 ` jb1
2004-05-22 17:00 ` Chad Page
2004-05-24 9:42 ` Gábor Lénárt
2004-05-20 16:54 ` Javier Sedano
2004-05-21 5:50 ` Dan Olson
2004-05-21 9:08 ` Arnaldo Carvalho de Melo
2004-05-21 10:24 ` Alan Cox
2004-05-24 12:20 ` Gábor Lénárt
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=20040520201839.77135.qmail@web51309.mail.yahoo.com \
--to=rocketjet314@yahoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox