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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue