Writing my own BIOS

A BIOS can be written in assembly but doesn’t have to be, some parts need to be to get the parameters for the system call since they don’t match the compilers calling convention. How do you flash it? Varies from motherboard to motherboard, I would start with an open source virtual machine and write a … Read more

Bootrec /FIXBOOT vs Bootrec /FIXMBR

This turned out to be a very interesting question. There are lots of links out there on this topic but they are ambiguous in describing the difference/relationship between the two. Best description I’ve found of the hard drive configuration for a Windows OS is this one: http://www.ntfs.com/hard-disk-basics.htm. It appears that MBR and Partition Table are … Read more

Should I use bios “Advanced ECC” in Dell PowerEdge R710 Bios with ECC DIMMs?

It does make a difference, it will only make sense if you require the RAS (Reliability, Availability, and Service) features on x4 or x8 devices and understand the trade-offs for your needs. More details can be explained in the Dell white paper Dellâ„¢ PowerEdgeâ„¢ Servers 2009 – Memory. Also, configuration and layout with details specific … Read more