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: decouple i386 specific instruction invocation
[lunaix-os.git]
/
lunaix-os
/
kernel
/
asm
/
i386
/
tss.c
1
#include <arch/i386/tss.h>
2
#include <lunaix/common.h>
3
#include <lunaix/process.h>
4
5
volatile struct x86_tss _tss = { .link = 0,
6
.esp0 = KSTACK_TOP,
7
.ss0 = KDATA_SEG };