Are different program share the same kernel space?

0

For windows operating system, I understand that each user application's memory space is divided into two part: user space and kernel space.

User space is from 0x00000000 to 0x7fffffff.

Kernel space is from 0x80000000 to 0xffffffff.

My question is: are different programs (user application) share the same kernel space content?

windows
kernel
asked on Stack Overflow Aug 10, 2018 by modeller

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0