From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Jody Bruchon <jody@jodybruchon.com>
Cc: ELKS <linux-8086@vger.kernel.org>
Subject: Re: Cleaning up elkscmd and adding help text - Questions
Date: Fri, 27 Mar 2015 14:10:10 +0000 [thread overview]
Message-ID: <20150327141010.408a65ac@www.etchedpixels.co.uk> (raw)
In-Reply-To: <551558D7.8040000@jodybruchon.com>
> This results in three calls to write() and a call to strlen() when we
> could have just used one fprintf() to do all the work. In the future, I
> think many calls to write() will be eliminated, since even one call to a
> printf family function brings in the core code for all printf functions
> anyway
And pretty soon all your apps won't fit on the floppy disc image.
If you are going to go that way then probably it needs "fake" shared
libraries. Fake in the sense that while you load a library off disk into
the app executable space it's not shared in memory but is shared on disc.
It's an item I have (and for similar reasons) on the FUZIX TODO list as
well.
Alan
next prev parent reply other threads:[~2015-03-27 14:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 8:19 Cleaning up elkscmd and adding help text - Questions Nils Stec
2015-03-27 13:19 ` Jody Bruchon
2015-03-27 14:10 ` Alan Cox [this message]
2015-03-27 16:17 ` Jody Bruchon
2015-03-27 18:19 ` MFLD
2015-03-27 18:26 ` Jody Bruchon
2015-03-27 18:52 ` MFLD
2015-03-27 22:19 ` Alan Cox
2015-03-28 15:35 ` LM
2015-03-27 18:41 ` Alan Cox
2015-03-27 17:59 ` Nils Stec
2015-03-27 18:31 ` Alan Cox
2015-03-27 13:54 ` 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=20150327141010.408a65ac@www.etchedpixels.co.uk \
--to=alan@lxorguk.ukuu.org.uk \
--cc=jody@jodybruchon.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