mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
vere: preserve 2GB defaults for --loom and --loom-urth
This commit is contained in:
parent
fd7e84e26d
commit
320740c5b9
@ -167,8 +167,8 @@ _main_init(void)
|
||||
u3_Host.ops_u.hap_w = 50000;
|
||||
u3_Host.ops_u.kno_w = DefaultKernel;
|
||||
|
||||
u3_Host.ops_u.lut_y = u3a_bits + 2;
|
||||
u3_Host.ops_u.lom_y = u3a_bits + 2;
|
||||
u3_Host.ops_u.lut_y = u3a_bits + 1;
|
||||
u3_Host.ops_u.lom_y = u3a_bits + 1;
|
||||
}
|
||||
|
||||
/* _main_pier_run(): get pier from binary path (argv[0]), if appropriate
|
||||
|
Loading…
Reference in New Issue
Block a user