This is no request thread! HP COMPAQ bioses, how to modify the bios?

Discussion in 'BIOS Mods' started by Yen, Aug 6, 2009.

  1. Asparagus Lover

    Asparagus Lover MDL Senior Member

    May 17, 2019
    340
    71
    10
    It's hard to make a list of settings as there's no reader for setup module and I have to write them out manually. But I can tell the total number in different menus.
    Device Configuration 23
    Built-In Device Options 11
    Boot Options 30
    Port Options 10

    Also, any of the settings can be removed. This can be done by writing bit 6 to visibility control byte of a setting.
    Code:
    or <byte>, 40h;      sets bit 6
    and <byte>, BFh;     clears bit 6
    
    separator.jpg