mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(console): add more hardware detection information
This commit is contained in:
parent
44ba6b92bb
commit
9963994a52
7 changed files with 56 additions and 23 deletions
|
|
@ -15,6 +15,8 @@ OsSystemEnableCpuLog 0086B0C0 f end=0086B0CB
|
|||
IOsSystemCpuLog 0086B0D0 f end=0086B23D
|
||||
OsGetProcessorCount 0086B240 f end=0086B27D
|
||||
OsSleep 0086B280 f end=0086B28F
|
||||
OsSetSleepInBackground 0086B2A0 f end=0086B2AD
|
||||
OsSetBackgroundSleepMs 0086B2C0 f end=0086B2CD
|
||||
OsGetVersionString 0086B430 f end=0086B458
|
||||
OsGetComputerName 0086B480 f end=0086B493
|
||||
OsGetUserName 0086B4A0 f end=0086B4B3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
s_sleepInBackground 00B1D2AC l type="int32_t"
|
||||
s_WindowResizeLock 00D41580 l type="int32_t"
|
||||
s_haveProcessorFeatures 00D415A0 l type="int32_t"
|
||||
s_processorVendor 00D415A4 l type="int32_t"
|
||||
|
|
@ -6,6 +7,7 @@ s_processorSockets 00D415AC l type="int32_t"
|
|||
s_processorCores 00D415B0 l type="int32_t"
|
||||
s_processorCount 00D415B4 l type="int32_t"
|
||||
s_cpuLogEnabled 00D415C0 l type="int32_t"
|
||||
s_backgroundSleepMs 00D415C4 l type="uint32_t"
|
||||
s_cpuTicksPerSecond 00D415C8 l type="uint64_t"
|
||||
s_gotPowerProfFrequency 00D415D0 l type="int32_t"
|
||||
s_checkedPowerProfInfo 00D415D4 l type="int32_t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue