Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Power On Self Test

Any good place to learn about POST and how to design and code one? I am a C++ programmer and quite baffeled with the term.

Thanks


2 Answers

You might want to take a look at the code for coreboot, a free software (open source) BIOS project that runs on many different kinds of hardware.

like image 62
Brian Campbell Avatar answered Dec 10 '25 04:12

Brian Campbell


You can checkout the OpenBIOS project.

They have information on numberous opensource bios/firmware implementations. Being open source you can grab the code from svn or read it online for all of them.

like image 31
Brian Gianforcaro Avatar answered Dec 10 '25 03:12

Brian Gianforcaro