> + /* probe for r/w memory up to max memory size */ > + while (ram_size < max_ram_size && > + tprot(ram_size + storage_increment_size - 1)) btw, I messed this up while refactoring. this has to be tprot(ram_size + storage_increment_size - 1) == 0 > + ram_size += storage_increment_size; > +} -- Thanks, David / dhildenb