X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Freference.texi;h=d4426106687d068480ec37874fb4255293478197;hp=bfa076081eafaf74591d50f537d6be4b63b67e0e;hb=94d17ee9287aec1c4c9ee37ca02615e8293a5f3a;hpb=94618414d6e0e051cf95e900c63ed2835ed16a82 diff --git a/doc/reference.texi b/doc/reference.texi index bfa0760..d442610 100644 --- a/doc/reference.texi +++ b/doc/reference.texi @@ -133,7 +133,7 @@ initializer, that variable goes into the BSS. Because it's all zeros, the BSS isn't stored in the image that the loader brought into memory. We just use @func{memset} to zero it out. The other task of @func{ram_init} is to read out the machine's memory size from where -the loader stored it and put it into the @code{ram_pages} variable for +the loader stored it and put it into the @code{init_ram_pages} variable for later use. Next, @func{main} calls @func{read_command_line} to break the kernel command