Implement a proper block layer with partition support.
[pintos-anon] / src / threads / init.h
index da6cc04c81dfbfeec3c5dd007029a4caa147fab7..8a3df903481dacab972dbe1a8a31b49a2f04f739 100644 (file)
@@ -6,9 +6,6 @@
 #include <stddef.h>
 #include <stdint.h>
 
-/* Physical memory size, in 4 kB pages. */
-extern size_t init_ram_pages;
-
 /* Page directory with kernel mappings only. */
 extern uint32_t *init_page_dir;