/* * This is the (kernel) stack-layout when we have done a "SAVE_ALL" from vm86 * mode - the main change is that the old segment descriptors aren't * useful any more and are forced to be zero by the kernel (and the * hardware when a trap occurs), and the real segment descriptors are * at the end of the structure. Look at ptrace.h to see the "normal" * setup. For user space layout see 'struct vm86_regs' above.
*/
struct kernel_vm86_regs { /* * normal regs, with special meaning for the segment descriptors..
*/ struct pt_regs pt; /* * these are specific to v86 mode:
*/ unsignedshort es, __esh; unsignedshort ds, __dsh; unsignedshort fs, __fsh; unsignedshort gs, __gsh;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.