#include <registers.h>
Data Fields | |
| uint16_t | cs |
| uint16_t | ss |
| uint16_t | ds |
| uint16_t | es |
| uint16_t | fs |
| uint16_t | gs |
The i386 has no equivalent of the pushal or popal instructions for the segment registers. We adopt the convention of always using the sequences
and
This is the data structure that is created and read back by these instruction sequences.
Definition at line 138 of file registers.h.
Definition at line 141 of file registers.h.
Referenced by _dump_regs(), int13_extended_rw(), int13_get_extended_parameters(), int21(), int22(), and pxe_loader_call().
Definition at line 142 of file registers.h.
Referenced by _dump_regs(), int13_rw_sectors(), int22(), pxe_api_call(), and pxe_loader_call().
1.5.7.1