Commented out POST of 0xee in the error function.
This commit is contained in:
parent
cd664e0cd3
commit
52f9abfbfe
2 changed files with 4 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue