CodePudding user response:
If you don't call system API, general speaking, NT core WIN environment is such, the original DOS core (i.e., 98) can literally see,CodePudding user response:
1. Each process address space is independent, so that each process can only access its own address space;2. If through system calls into the kernel, you can access the system space, but the system calls are provided by the operating system, can only be legitimate access to limited system data,