Commented out POST of 0xee in the error function.

This commit is contained in:
Ronald G. Minnich 2000-11-28 05:54:04 +00:00
commit 52f9abfbfe
2 changed files with 4 additions and 1 deletions

View file

@ -107,7 +107,10 @@ void error(char errmsg[])
{
display(errmsg);
/* what a bad idea -- this wipes out the most recent POST!
* comment out unless someone comes up with a great reason to keep it.
intel_post(0xee);
*/
while (1); /* Halt */
}

View file

@ -5,5 +5,5 @@ option SERIAL_CONSOLE
docipl northsouthbridge/sis/630
# we have to figure a better way than this!
raminit northsouthbridge/sis/630/raminit.inc
linux /usr/src/linux
linux ../../../../linux-2.4.0-test11.sis/