mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
Container number is received from the configuration system.
This commit is contained in:
@@ -806,7 +806,7 @@ int setup_boot_resources(struct boot_resources *bootres,
|
||||
init_kernel_container(kcont);
|
||||
|
||||
/* Number of containers known at compile-time */
|
||||
bootres->nconts = CONFIG_TOTAL_CONTAINERS;
|
||||
bootres->nconts = CONFIG_CONTAINERS;
|
||||
|
||||
/* Traverse all containers */
|
||||
for (int i = 0; i < bootres->nconts; i++) {
|
||||
|
||||
Reference in New Issue
Block a user