Re: Cleaning up elkscmd and adding help text - Questions
Jody Bruchon <[email protected]> Fri, 27 Mar 2015 12:17:04 -0400
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <[email protected]> |
On March 27, 2015 10:10:10 AM EDT, Alan Cox <[email protected]> wrote: >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. This was actually one of the reasons I was experimenting with "BusyELKS" since it would minimize the number of copies of statically linked code on disk. The downside is that the size of the programs overall would increase, but it wouldn't require new logic to support sort-of-shared libraries. There are a lot of programs that were directly ripped out of the sash code base and can easily share code between them since they used to be one big code unit originally. I see a lot of potential for combining the smaller tools and sharing code between them. Perhaps I should revisit that concept...? -Jody -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.