在我的计算机上使用分页存储系统的应用程序它有什么样的访问权限

Application on my computer with a paging memory system what kind of access priveledges does it have

因此,在过去的几周里,class 学习了系统工程和寻呼系统。

我的问题与我计算机上的应用程序 运行 有关。如果我们使用分页内存管理系统,这个应用程序是否可以直接访问我的物理内存?如果是这样,为什么或为什么不呢?

我的想法是必须先通过逻辑地址然后分配给一个帧,但不确定是否可以绕过所有这些东西?

If we were using a Paging Memory Management System, does this application have direct access to my physical memory? and if so why or why not?

没有。应用程序不能直接访问物理内存。逻辑地址转换的全部目的是防止应用程序直接访问物理内存。