On Thu, Mar 13, 2008 at 2:47 PM, Marco Achury <[EMAIL PROTECTED]> wrote: > Just a newby question. > I would like to write an alternative interpreter command to replace > command.com/Freecom.
I don't think that this is as easy as it seems. If you don't want your shell to waste tons of low memory, you will have to write it to swap to disk or xms, which requires decent skill in assembler. Currently I am slowly working on FreeCOM still, and I have implemented built-in disk-swapping. I think it would be a much easier task to clean up existing FreeCOM code. > I have basic programming knowledge. > I'm clear that I must to provide a replacement for all internal commands. > Can I simply write my program in my favorite language, compile as stand > alone .exe and rename it as command.com? > There is something else I must to know? > > -- > +-+-+-+-+-+-+-+ > Marco A. Achury > Caracas, Venezuela > www.geocities.com/marcoachury > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
