linux-8086.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: LM <lmemsm@gmail.com>
Cc: ELKS <linux-8086@vger.kernel.org>
Subject: Re: Cleaning up elkscmd and adding help text...any volunteers?
Date: Thu, 19 Mar 2015 14:07:09 +0000	[thread overview]
Message-ID: <20150319140709.4177552e@www.etchedpixels.co.uk> (raw)
In-Reply-To: <CAFipMOGLtd7DJLMbrP17wynT-V-g7+dHr_KsZZq9YErkAxUKYQ@mail.gmail.com>

> developers that use musl seemed interested in it.  One of them did
> some modifications to it.  You can find the modified version here:
> https://github.com/rofl0r/hardcore-utils
> 
> Might be worth comparing to the current version in Elks to see if any
> of the changes are worth using.
> 
> I've been working on my own version of various core utilities.  Some
> of them are based on the simple Minix utilities (which Elks uses in
> some cases).  Some of them are based on BSD or public domain code.  A
> few, I've written from scratch.  They use ANSI prototypes not K&R in
> most cases.  My goal for this project is to make them as portable as I
> can, so they'll work on POSIX systems or Windows or even DOS.  I have
> the following utilities:

Interesting. We are doing similar things for FUZIX in some cases from
Minix and from ELKS, in other cases from things like V7 and from other
public sources.

In the FUZIX case we also have the challenge of supporting 3 different
compilers (currently), and needing to squash everything into very low
memory footprints (ideally below 32K running) and to try and avoid
floating point.

The FUZIX stuff so far (barring a few more v7 ports) is at 

https://github.com/EtchedPixels/FUZIX/tree/master/Applications

> pretty much in flux.  I'd be interested in sharing code or ideas for
> improvements though.  It would be nice to share some changes rather
> than needing to duplicate effort.

Definitely.

Alan

  reply	other threads:[~2015-03-19 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19 13:41 Cleaning up elkscmd and adding help text...any volunteers? LM
2015-03-19 14:07 ` Alan Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-18 20:52 Juan Perez-Sanchez
2015-03-18 12:43 Jody Bruchon
2015-03-18 13:24 ` Alan Cox

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=20150319140709.4177552e@www.etchedpixels.co.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-8086@vger.kernel.org \
    --cc=lmemsm@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).