Posts: 1,237
Threads: 17
Joined: Mar 2011
Reputation:
51
well , there are alot of options which will not appear if your computer doesn`t support it.
however , i can make it visible to you but it will not work properly or your computer will not boot after adjusting these options.
i will give you example taken from your bios :-
here is the routines that decide to make the frequency ratio visible or not
seg000:2A8E sub_2A8E proc near ; CODE XREF: seg000:2A89
seg000:2A90 mov eax, 1
seg000:2A96 cpuid
seg000:2A98 and eax, 0FFF0FFFh
seg000:2A9E cmp eax, 10660h
seg000:2AA4 jz short loc_2AC8
seg000:2AA6 shr ax, 4
seg000:2AA9 cmp al, 6Fh ; 'o'
seg000:2AAB jz short loc_2AC8
seg000:2AAD cmp al, 0F2h ; '='
seg000:2AAF jb short loc_2ADF
seg000:2AB1 mov ecx, 2Ch ; ','
seg000:2AB7 rdmsr
seg000:2AB9 test eax, 100000h
seg000:2ABF jnz short loc_2ADF
seg000:2AC1 popad
seg000:2AC3 mov ax, 0
seg000:2AC6 jmp short locret_2AE4
the bios checks the CPU ID then decides to make this option visible or not depending on your CPU .
if the bios found that your CPU support this option , it would make it visible.
this makes options like virtualization , frequency ratio .......etc didn`t appear.
however , there are options that are hidden but will work properly after making it visible .
also i found that your intel T-2050 doesn`t support virtualization and can`t be overclocked so it`s normal that your bios didn`t show any unsupported options ( except you change the routine checking for your CPU ID )
now it`s your choice ...... i can unlock them all for you but i don`t knew what options will work ............or you can just decide not to unlock any unsupported options .
"Many of life's failures are people who did not realize how close they were to success when they gave up."