On Mon, Jan 30, 2012 at 10:41:06PM +0400, Cyrill Gorcunov wrote: > > This will screw the image, virtual address is expected > first and then page data, so > > va = 0; > write(fd, &va, sizeof(va)); > > is still needed. > Oh, crap, I somehow missed that it's zero_page_entry here. Thanks Konstantin! Cyrill