any good suggestion can be help full
questions:
1. Every thing is kernel level - there is no user mode app (fully text based as a matter of fact)
2. Every thing is hard coded. so do I need a MM?
3. If one part (if a thread) malfunctions then I don't want the whole kernel to crash ? (i.e. if it calculated a wrong address for some reason and decided to write its data to that space then i don't want that to happen ) so i need MM ! ?
4. Malfunction of codes are very possible in my case. cause The codes rewrites it self.
5. I am Trying develop a AI
