[OpenBIOS] Haiku/ppc progress - ofmem_claim misbehavior?

Stefan Reinauer stepan at openbios.org
Mon May 24 16:22:12 CEST 2010


On 5/24/10 4:18 PM, Andreas Färber wrote:
> +        phys = ofmem_claim_phys_( addr, size, align, 0,
> get_ram_size() - 0x00100000 - (2 << 15) - (32 + 32 + 64) * 1024, 1 /*
> reverse */ );
> +        virt = ofmem_claim_virt_( addr, size, align, 0,
> get_ram_size() - 0x00100000 - (2 << 15) - (32 + 32 + 64) * 1024, 1 /*
> reverse */ ); 
This kind of yells for a comment explaining what those numbers are.


Stefan



More information about the OpenBIOS mailing list