Re: libc big files splitting: 2 patches.
"Marc-F. Lucca-Daniau" <[email protected]> Wed, 19 Feb 2020 21:49:57 +0100
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <[email protected]> |
Hello Marcin, Nice shot ! Committed to https://github.com/elks-org/elks/commit/40252fb6e004f16531d164ea139781f63899c9a2 This will allow to put more commands in the floppies. Thanks, MFLD Le 17/02/2020 à 10:27, Marcin Laszewski a écrit : > Hello Marc, > > I have splitted 2 big files of libc (string.c & syslib.c) into several > pieces. The total size of all EXE files has been reduced, e.g files in > elkscmd [kB]: > > Original: 1476 > string.c split: 1398 > syslib.c split: 1371 > > & ELKS is still working!