Rename ram_pages to init_ram_pages.
[pintos-anon] / doc / reference.texi
index bfa076081eafaf74591d50f537d6be4b63b67e0e..d4426106687d068480ec37874fb4255293478197 100644 (file)
@@ -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