With not too much effort I've made Doug Lea's malloc work in the com32 environment. I've also hacked up some start up code to create the argv array so it's possible to start with main. Should I post it here or what? -- Jupiter 2004-02-20 21:17:51.911 UTC (JD 2453056.387406) X = -5.172371620, Y = 1.409543883, Z = 0.730102025 X' = -0.002302696, Y' = -0.006324975, Z' = -0.002655050
TenThumbs wrote:> > With not too much effort I've made Doug Lea's malloc work in the com32 > environment. I've also hacked up some start up code to create the argv array > so it's possible to start with main. > > Should I post it here or what? >A better idea is to put a tarball somewhere and post a link here. I'd really like to see something like klibc ported to com32; the hardest part seems to be handling console I/O in such a way that you don't pull in tons of code you don't need into each binary. -hpa