Amount of RAM configured on the system

Property definitions

sdl2 $ SDL :: system_ram
	# Amount of RAM configured on the system
	fun system_ram: Int `{ return SDL_GetSystemRAM(); `}
lib/sdl2/sdl2_base.nit:64,2--65,53