Implement command line arguments.
[pintos-anon] / src / threads / init.h
index 8dfb6515e78c1075ad75f8a7365ab82537d42556..1d6c5c6fdd2d88bdaf765e672f8924687d42f32a 100644 (file)
@@ -6,11 +6,6 @@
 /* Physical memory size, in 4 kB pages. */
 size_t ram_pages;
 
-/* Kernel command line. */
-extern int argc;
-extern char *argv[];
-
 struct tss *tss;
 
-
 #endif /* init.h */