Break GDT, TSS out of init.c, mmu.h.
[pintos-anon] / src / threads / init.h
1 #ifndef HEADER_INIT_H
2 #define HEADER_INIT_H 1
3
4 #include <stddef.h>
5
6 /* Physical memory size, in 4 kB pages. */
7 size_t ram_pages;
8
9 #endif /* init.h */