Re: [Qemu-devel] Re: Updated >2G memory patch

2007-09-29 Thread Izik Eidus
Izik Eidus wrote: Blue Swirl wrote: cpu_register_physical_memory(0x1, above_bios_mem_size, ram_addr + ram_size); should be cpu_register_physical_memory(0x1, above_bios_mem_size, ram_size); sorry, in qemu cvs cpu_register_physical_memory(0x1, above_bios_mem_size, ram_

[Qemu-devel] Re: Updated >2G memory patch

2007-09-29 Thread Izik Eidus
Blue Swirl wrote: I updated the >2G memory patch a bit. It seems that Linux and the BSDs do not support having more than 4G of memory on Sparc32. There may have been real machines with up to 5G of memory and even 16G on Crays, but probably Linux hasn't been ported to those systems. Therefore I d