Hi!, I am working on a simple operating system that currently works by executing binary files.
I am interested in building a web-browser for it, and since mozilla source code is easily accessible, it was a natural desire to modify it to suit my needs. The OS I am developing currently has no TCP/IP support. I do not know what changes must be made to mozilla source code to overcome this. How do I go about creating a TCP/IP stack for it? How does mozilla use the TCP/IP stack? Perhaps this is asking too much, but I hope you understand, sincerely, Rohit
