As much as I like my 16 bit machines, I'm open to making mTCP 32 bit
friendly.
The code is very careful with data types - I never use "int" when the
number of bits matters. The trouble spots are going to be the IP checksum
routine which is hand-optimized assembly, my time of day code which looks
at BIOS ticks, and some bits of ASM I have sprinkled in the applications to
avoid using the Watcom runtime equivalents. But the base library code
itself reasonably clean.
If somebody has a good FAQ or "how to get started" that introduces me to 32
bit DOS extenders I'm willing to do the work. 32 bit would improve the
code generation quite a bit and make it even faster.
On Wed, Dec 31, 2014 at 11:04 AM, Mateusz Viste <mate...@viste.fr> wrote:
> On 12/31/2014 08:02 PM, Mercury Thirteen wrote:
> > Another thing we could do, in the same vein as the suggestions by Matej,
> > would be to make an "app store" of sorts which would function as a
> > package manager. When run, this program would search the user's hard
> > drive to see what components are installed, determine their version and
> > see if there is an update available,
>
> That's exactly what FDNPKG is for.
>
> > download said updates using mTCP calls
>
> Not gonna happen until mTCP becomes 32bit-friendly.
>
> Mateusz
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> Freedos-devel mailing list
> Freedos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel