I am developing a new OS that is centered aound the internet. I want it to be advanced but simple so I am thinking about building various Internet based services (HTTP,SMTP,POP3,etc.) into the kernel. I do have some doubts about it. Will it be secure and safe to build it into my kernel? Will it make my OS more unstable? Thanks in advance for your help.
~ TripleFault !)
Web Oriented OS
RE:Web Oriented OS
" I do have some doubts about it"
That's good. So you have answered your question your self. If you have any doubts then usualy there correct. So:
"Will it be secure and safe to build it into my kernel?"
No.
"Will it make my OS more unstable?"
Yes.
BTW you should put as less thing as possible into the kernel, since the more things are in the kernel, the more unstable it becomes( since thier are more things to hack:))Say if something gets hacked(in the kernel), then your whole system will be hacked. So you should put only the simplest things in the kernel,
Anton.
That's good. So you have answered your question your self. If you have any doubts then usualy there correct. So:
"Will it be secure and safe to build it into my kernel?"
No.
"Will it make my OS more unstable?"
Yes.
BTW you should put as less thing as possible into the kernel, since the more things are in the kernel, the more unstable it becomes( since thier are more things to hack:))Say if something gets hacked(in the kernel), then your whole system will be hacked. So you should put only the simplest things in the kernel,
Anton.