Comment Re:What does Microsoft use for embedded systems? (Score 1) 433
I was involved in a project using WinCE. All I was asked to do on day one was to set a breakpoint in the PS2 keyboard driver.
Upon opening the ps2.c file I found a tangled mess of code, with sparse comments and little or no way of debugging, that had clearly been modified by 10+ programmers over the years, with each subsequent programmer adding patch after patch...
Seeing the challenges we were up against.... We moved to an open source embedded OS.