mirror of
https://github.com/drasko/codezero.git
synced 2026-05-01 16:11:30 +02:00
Changed all pager hardcoded value assumptions, too.
Not tested.
This commit is contained in:
@@ -57,10 +57,11 @@ static struct pager_virtual_address_id_pool {
|
||||
*/
|
||||
int pager_address_pool_init(void)
|
||||
{
|
||||
address_pool_init_with_idpool(&pager_vaddr_pool,
|
||||
(struct id_pool *)
|
||||
&pager_virtual_address_id_pool,
|
||||
PAGER_MMAP_END, 0xF0000000);
|
||||
address_pool_init_with_idpool(&pager_vaddr_pool,
|
||||
(struct id_pool *)
|
||||
&pager_virtual_address_id_pool,
|
||||
PAGER_MMAP_END,
|
||||
__pfn_to_addr(cont_mem_regions.pager->end));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user