Rohit Tripathi wrote:
> 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
> 


I am not a Mozilla developer, but one thing I can tell you:
Making an Operating System doesn't start with making appliactions.
No matter what OS you design, there should be at least some hardware 
abstratcion, such as a TCP/IP stack. If you don't, then your OS is not 
an OS!


Reply via email to