mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 18:34:11 +02:00
Empty containers working as normal with device changes/cleanups
This commit is contained in:
@@ -773,7 +773,9 @@ void init_resource_allocators(struct boot_resources *bootres,
|
|||||||
bootres->nkcaps += kres->virtmem_used.ncaps +
|
bootres->nkcaps += kres->virtmem_used.ncaps +
|
||||||
kres->virtmem_free.ncaps +
|
kres->virtmem_free.ncaps +
|
||||||
kres->physmem_used.ncaps +
|
kres->physmem_used.ncaps +
|
||||||
kres->physmem_free.ncaps + 2 + 3;
|
kres->physmem_free.ncaps +
|
||||||
|
kres->devmem_free.ncaps +
|
||||||
|
kres->devmem_used.ncaps + 2 + 3;
|
||||||
|
|
||||||
/* Add that to all cap count */
|
/* Add that to all cap count */
|
||||||
bootres->ncaps += bootres->nkcaps;
|
bootres->ncaps += bootres->nkcaps;
|
||||||
|
|||||||
Reference in New Issue
Block a user