Re: Why dont they run OS from a chip
Well, it depends what you're talking about. Many purpose built computer systems do have the OS in flash. Since they are stable, rigid, purpose built systems it works fine. A Cell Phone or PDA are good examples of these.<br /><br />On general computers, believe it or not, the OS changes a fair amount not just due to bug fixes but also because of peripherals being added, etc. so you have issues about limiting the size of growth, the complexity of needing to manage yet another storage subsystem just for the OS and the cost of all the added circuitry. Non-Volatile RAM is expensive right now too.<br /><br />Now, let's assume you did it, your computer would boot faster but not run too much faster. Why? When your computer boots, it loads the OS into RAM. So, you'd save the time it takes to read the OS from HDD into memory. There are parts of the OS that are loaded on an as-needed basis and you'd save a little time when that happens too.<br /><br />Now, the future is solid-state hard drives (that is, non volatile memory RAM) replacing the electromechanical HDD which is on the order of 100K times slower than silicon RAM. That is why Nanotechnology is so hot right now. That will let you build big solid-state drives cheaply. Then you'll see HUGE speed improvements because you'll be removing one of the biggest bottlenecks in any computer system.