If the kernel image gets too big, "cmp ebx, KERNEL_LOAD_PAGES*8 + 1"
[pintos-anon] / src / threads / test.h
1 #ifndef THREADS_TEST_H
2 #define THREADS_TEST_H
3
4 void test (void);
5
6 #endif /* threads/test.h */