git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: Optimize the context switch overhead
[lunaix-os.git]
/
lunaix-os
/
includes
/
arch
/
x86
/
i386_asm.h
1
#ifndef __LUNAIX_I386_ASM_H
2
#define __LUNAIX_I386_ASM_H
3
4
#define KCODE_SEG 0x08
5
#define KDATA_SEG 0x10
6
#define UCODE_SEG 0x1B
7
#define UDATA_SEG 0x23
8
#define TSS_SEG 0x28
9
10
#endif /* __LUNAIX_I386_ASM_H */