K 10 svn:author V 3 ian K 8 svn:date V 27 2014-05-15T21:41:32.305534Z K 7 svn:log V 411 MFC r261786, r261789 Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf() routine, now a platform can provide a pointer to an early_putc() routine which is used instead of cn_putc(). Control can be handed off from early printf support to standard console support by NULLing out the pointer during standard console init. Convert two while(1); statements into proper panics. END