What populates the BIOS Parameter Block (BPB) in the MBR? Looking at the code in GRUB-0.97 the stage1.S code just fills this block with zeros. However when looking at the MBR the BPB is filled with data.
Does the data get placed there when grub-0.97 is installed as a bootloader?
Thanks.