boot: recommend 1GiB of RAM

This commit is contained in:
K. Lange 2021-09-29 10:47:27 +09:00
parent 11ce99bfc6
commit ebd86b1a3f

View File

@ -310,7 +310,7 @@ str_Loading:
str_Need_long:
.asciz "ToaruOS 2.0 requires a 64-bit processor."
str_More_mem:
.asciz "ToaruOS 2.0 needs at least 128MiB of RAM."
.asciz "ToaruOS 2.0 needs at least 128MiB of RAM, and 1GiB is recommended."
str_Spinny:
.byte '|','/','-','\\'
ind_Spinny: