9 lines
No EOL
156 B
C
9 lines
No EOL
156 B
C
#ifndef SHADE_GDT_H
|
|
#define SHADE_GDT_H
|
|
|
|
#define KERNEL_CODE 0x08
|
|
#define KERNEL_DATA 0x10
|
|
#define USERLAND_CODE 0x18
|
|
#define USERLAND_DATA 0x20
|
|
|
|
#endif |