Open Source
386bsd.asc
Associated article: Porting Unix to the 386: a Practical Approach
Tags: Open Source
_PORTING UNIX TO THE 80386: A PRACTICAL APPROACH_
by William Frederick Jolitz and Lynne Greer Jolitz
[FIGURE 6]
/* Intel 386 process control block */
struct pcb {
struct i386tss pcbtss;
#define pcb_ksp pcbtss.tss_esp0
#define pcb_ptd pcbtss.tss_cr3
#define pcb_...


