[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
flags.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FLAG_MBS   (1<<1)
 
#define FLAG_TF   (1<<8)
 
#define FLAG_IF   (1<<9)
 
#define FLAG_DF   (1<<10)
 
#define FLAG_IOPL   (3<<12)
 
#define FLAG_AC   (1<<18)
 
#define FLAG_NT   (1<<14)
 

Macro Definition Documentation

◆ FLAG_AC

#define FLAG_AC   (1<<18)

◆ FLAG_DF

#define FLAG_DF   (1<<10)

◆ FLAG_IF

#define FLAG_IF   (1<<9)

◆ FLAG_IOPL

#define FLAG_IOPL   (3<<12)

◆ FLAG_MBS

#define FLAG_MBS   (1<<1)

◆ FLAG_NT

#define FLAG_NT   (1<<14)

◆ FLAG_TF

#define FLAG_TF   (1<<8)