X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Finit.h;h=8a3df903481dacab972dbe1a8a31b49a2f04f739;hp=fafb4924bfd1931fb4ced93a36d8e28fa97c1f7a;hb=a03618133f7df0954802a470a4bee7674f7aed45;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7 diff --git a/src/threads/init.h b/src/threads/init.h index fafb492..8a3df90 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -1,9 +1,12 @@ #ifndef THREADS_INIT_H #define THREADS_INIT_H +#include +#include #include +#include -/* Physical memory size, in 4 kB pages. */ -size_t ram_pages; +/* Page directory with kernel mappings only. */ +extern uint32_t *init_page_dir; #endif /* threads/init.h */