KeenEars wrote: Q: What is the Graphical mem, and what is other mem in Wanderer ? is it inflict on something and can it be changed ?
(Longwinded) Graphics memory in i386 native signifies the lower 16MB of memory in the system. That lower 16MB is the area where ISA cards can do DMA. Allocating memory with MEMF_DMA or MEMF_CHIP will end up there, the rest in fast memory. It has no relation to the amount of memory on your graphics card.