xEgoist 0733c8c5ca windows: replace GetPhysicallyInstalledSystemMemory with ntdll.
`GetPhysicallyInstalledSystemMemory` uses SMBios to grab the physical
memory size which can lead to unecessary allocation and inacurate
representation of the total memory. Using `System_Basic_Information`
help to retrieve the physical memory which is not reserved for the
kernel/tables. This aligns better with the linux side as `/proc/meminfo`
does the same thing.
2023-04-14 13:43:03 -04:00
..
2023-03-25 14:09:00 +02:00
2023-04-05 08:23:07 +02:00
2023-04-05 08:23:07 +02:00
2023-03-21 15:01:45 +02:00
2023-03-22 13:22:25 -05:00
2023-04-09 01:51:47 +02:00
2022-12-13 13:14:20 +02:00
2023-04-13 02:47:16 -04:00
2022-11-04 00:09:27 +03:30
2022-12-13 13:14:20 +02:00
2023-03-15 10:48:15 -07:00
2023-03-03 02:37:45 -05:00
2023-02-20 09:09:05 +11:00
2023-03-15 10:48:12 -07:00
2023-04-08 09:59:35 -05:00
2022-09-11 23:18:43 -04:00
2023-03-31 22:50:31 +02:00
2023-04-09 20:08:18 -04:00
2023-04-13 02:47:16 -04:00
2023-03-17 17:50:25 +01:00
2023-04-13 02:47:16 -04:00
2022-04-15 17:01:01 -05:00
2023-03-09 14:55:13 -06:00