Merge branch 'thunderrabbit/swap_space' (#1930)

* thunderrabbit/swap_space:
  vere: fix URL for swap if not enough space

Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
Jared Tobin 2019-11-14 09:44:36 +08:00
commit ee19171a0f
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -1601,8 +1601,8 @@ u3m_init(void)
-1, 0);
u3l_log("boot: mapping %dMB failed\r\n", (len_w / (1024 * 1024)));
u3l_log("see urbit.org/docs/getting-started/installing-urbit/#swap"
"for adding swap space\r\n");
u3l_log("see urbit.org/using/install/#about-swap-space"
" for adding swap space\r\n");
if ( -1 != (c3_ps)map_v ) {
u3l_log("if porting to a new platform, try U3_OS_LoomBase %p\r\n",
dyn_v);