nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tss16 Struct Reference

x86 에서 16 Bits Task state segment descriptor 의 자료 구조 More...

#include <segment.h>

Data Fields

unsigned short ax
 
unsigned short bp
 
unsigned short bx
 
unsigned short cs
 
unsigned short cx
 
unsigned short di
 
unsigned short ds
 
unsigned short dx
 
unsigned short es
 
unsigned short flag
 
unsigned short ip
 
unsigned short ldt
 
unsigned short prev
 Previous task link. More...
 
unsigned short si
 
unsigned short sp
 
unsigned short sp0
 
unsigned short sp1
 
unsigned short sp2
 
unsigned short ss
 
unsigned short ss0
 
unsigned short ss1
 
unsigned short ss2
 

Detailed Description

x86 에서 16 Bits Task state segment descriptor 의 자료 구조

Definition at line 161 of file segment.h.

Field Documentation

unsigned short ax

Definition at line 171 of file segment.h.

unsigned short bp

Definition at line 176 of file segment.h.

unsigned short bx

Definition at line 174 of file segment.h.

unsigned short cs

Definition at line 180 of file segment.h.

unsigned short cx

Definition at line 172 of file segment.h.

unsigned short di

Definition at line 178 of file segment.h.

unsigned short ds

Definition at line 182 of file segment.h.

unsigned short dx

Definition at line 173 of file segment.h.

unsigned short es

Definition at line 179 of file segment.h.

unsigned short flag

Definition at line 170 of file segment.h.

unsigned short ip

Definition at line 169 of file segment.h.

unsigned short ldt

Definition at line 183 of file segment.h.

unsigned short prev

Previous task link.

Definition at line 162 of file segment.h.

unsigned short si

Definition at line 177 of file segment.h.

unsigned short sp

Definition at line 175 of file segment.h.

unsigned short sp0

Definition at line 163 of file segment.h.

unsigned short sp1

Definition at line 165 of file segment.h.

unsigned short sp2

Definition at line 167 of file segment.h.

unsigned short ss

Definition at line 181 of file segment.h.

unsigned short ss0

Definition at line 164 of file segment.h.

unsigned short ss1

Definition at line 166 of file segment.h.

unsigned short ss2

Definition at line 168 of file segment.h.


The documentation for this struct was generated from the following file: