KernOS
accessright.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AR
 Access right byte convention - part of descriptor entry.
 

Variables

const uint8_t AR::NULL_ACCESS = 0x00
 
const uint8_t AR::KERN_CS_ACCESS = 0x9A
 Kernel code segment access descriptor. More...
 
const uint8_t AR::USER_CS_ACCESS = 0xFA
 User code segment access descriptor. More...
 
const uint8_t AR::KERN_DS_ACCESS = 0x92
 Kernel data segment access descriptor. More...
 
const uint8_t AR::USER_DS_ACCESS = 0xF2
 User data segment access descriptor. More...
 
const uint8_t AR::INTERRUPT_ACCESS = 0x8E
 Interrupt access descriptor. More...