For example, I replaced putchar(...) with write( 1, ..., 1) which
probably stripped off 500 bytes, and then did some other stuff.  The
Check-drive-for-lfns function is removed, as it is unnecessary when
CH/RM/MKDIR will just check for CF or AX=7100.  That saved some space
as well.  And then there was changing all int86 and intdos functions
with intr (so that only one register interrupt is used), getting rid
of invokeDOS in suppl, removing some idle functions, making a few
things static (by looking at the map file)...  I could probably list
off a few more things that aren't coming to mind again.  This is why
the new versions need to be tested (because everybody makes mistakes).

On 6/7/06, Blair Campbell <[EMAIL PROTECTED]> wrote:
> No, I made optimizations.  And btw, the LFN stuff I was just talking
> about was compiled in the 'full' 186+ version.  The optimizations I
> made made FreeCOM about 2 kb smaller when compiled with -1; which it
> seems was enought to compile more features into a 8086 XMS Swap
> version... like CMD_LH :-).
>
> On 6/7/06, Kenneth J. Davis <[EMAIL PROTECTED]> wrote:
> > Blair Campbell wrote:
> >
> > > But the question is:  Will anyone help me test it :-) (Preferrably
> > > both versions)
> > > Also note that chdir, rmdir, and mkdir support LFNs properly, and DIR
> > > /LFN will print long filenames for all files with lfn entries, just as
> > > MS-DOS 7's command.com does.
> > ...
> >
> > So what LFN support was cut?
> > Anyway, assuming you just compiled changing the included features
> > defined then it should be no more or less stable [ie there is something
> > funky in 0.84pre with non-english that I just never had the time to
> > track down] and sounds like you made a better compromise than I
> > selected.  :-)
> >
> > Jeremy
> >
> >
> >
> >
> > _______________________________________________
> > Freedos-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/freedos-devel
> >
>
>
> --
> Fall is my favorite season in Los Angeles, watching the birds change
> color and fall from the trees.
>    David Letterman (1947 - )
>
> See ya
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to