X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Freference.texi;h=d4426106687d068480ec37874fb4255293478197;hb=f1f2dc8de9e336d83383692d4478bb14a3dafc11;hp=bfa076081eafaf74591d50f537d6be4b63b67e0e;hpb=64e74e3536b95c4d0a46aec56bc373ad0f6d470b;p=pintos-anon 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