Sol Forums

General Category => Sol_Asm => Topic started by: Vortex on September 17, 2016, 07:39:47 PM

Title: The LARGEADDRESSAWARE option
Post by: Vortex on September 17, 2016, 07:39:47 PM
Hi Bogdan,

Could you add the LARGEADDRESSAWARE option to SolAsm? It's about the GlobalMemoryStatus API function to report the correct memory status :

Quote
If the executable is linked using the /LARGEADDRESSAWARE linker option, then the GlobalMemoryStatus function will return the correct amount of physical memory in both members.

https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx

Attached is an example project.
Title: Re: The LARGEADDRESSAWARE option
Post by: bogdanontanu on September 26, 2016, 11:28:25 PM
Hi Vortex,

Yes, I will add this option

Thank you for the attached example ;)