[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/3] mini-os: fix number of pages for PVH
Hello, Juergen Gross, le sam. 18 juin 2022 12:48:16 +0200, a ecrit: > @@ -124,7 +126,7 @@ void arch_mm_preinit(void *p) > do_exit(); > } > > - last_free_pfn = e820_get_maxpfn(ret); > + last_free_pfn = e820_get_maxpfn(ret - e820_initial_reserved_pfns); Mmm, but the reserved pfn could be in the middle of the e820 address space. Samuel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |