Hi all,
I have extract the internal forms represenation of the bios and found a RD Mode support that seems to enable lots of option.
My question is know that saw this Mode with a Default value of 0 how do I edit the ROM to change it to 1 by default ?
Thanks for your help
Section_PE32_image_Setup_Setup.sct.ifr.txt (Size: 189.55 KB / Downloads: 0)
I have extract the internal forms represenation of the bios and found a RD Mode support that seems to enable lots of option.
Code:
SuppressIf
EqIdVal QuestionId: 149, Value: 0
OneOf Prompt: "RD MODE Support", Help: "Enable/Disable RD MODE Support", QuestionFlags: 0x10, QuestionId: 149, VarStoreId: 1, VarStoreOffset: 0x108, Flags: 0x10, MinMaxData: [0, 1, 0]
Default DefaultId: 0 Value: 0
OneOfOption Option: "Disabled" Value: 0
OneOfOption Option: "Enabled" Value: 1
End
End
My question is know that saw this Mode with a Default value of 0 how do I edit the ROM to change it to 1 by default ?
Thanks for your help
