The seventh kernel segmentation address register must be set appropriately. None of the other kernel segmentation registers is ever disturbed and so their values are assumed. As was seen earlier, the first six kernel pages are mapped to the first six pages of physical memory, while the eighth is mapped into the highest page of physical memory. The size of the seventh segment is always the same.
In kernel mode the setting of the user mode segmentation registers is in general irrelevant. However they are normally set correctly for the user process.
The environment and stack pointers point into the kernel stack area in the seventh page, above the “user” structure.