Need to turn off interrupts again after calling into BIOS.
[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 */