[OpenBIOS] suggestion on ordering things

David Christensen dchrist at home.com
Mon Feb 14 09:25:44 CET 2000


If you're looking for an idea on what to do during BIOS power-on self-test
(POST) you may start with this link:
http://www.phoenix.com/pcuser/userman.pdf

Starting on page 35 you'll get a listing of POST codes and approximately
what occurs at each code.  Unfortunately the codes are listed in numerical
order, not the order that they occur, but you should be able to figure out
which codes require RAM and which don't.  Memory sizing occurs at POST code
28h, then you probably want to initialize RAM very soon afterwards by
writing a known value to every memory location to clear up any parity/ECC
errors that may be present because the contents of DRAM are not known at
power-up.

Dave

-----Original Message-----
From: owner-openbios at elvis.informatik.uni-freiburg.de
[mailto:owner-openbios at elvis.informatik.uni-freiburg.de]On Behalf Of
Ronald G. Minnich
Sent: Monday, February 14, 2000 7:37 AM
To: openbios at elvis.informatik.uni-freiburg.de
Subject: [OpenBIOS] suggestion on ordering things


I think memory startup should happen first or early. On the new machines
you can't use ram til you power on memory.

ron

-
To unsubscribe: send mail to majordomo at freiburg.linux.de
with 'unsubscribe openbios' in the body of the message

-
To unsubscribe: send mail to majordomo at freiburg.linux.de
with 'unsubscribe openbios' in the body of the message



More information about the openbios mailing list