[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
flags.h
Go to the documentation of this file.
1#ifndef THREADS_FLAGS_H
2#define THREADS_FLAGS_H
3
4#define FLAG_MBS (1<<1)
5#define FLAG_TF (1<<8)
6#define FLAG_IF (1<<9)
7#define FLAG_DF (1<<10)
8#define FLAG_IOPL (3<<12)
9#define FLAG_AC (1<<18)
10#define FLAG_NT (1<<14)
11
12#endif /* threads/flags.h */