Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FAQ: where to keep OS data structures

0 views
Skip to first unread message

Eric Tucker

unread,
Nov 14, 1995, 3:00:00 AM11/14/95
to

Q: What data structures should go in kernel memory, and what data
structures should go in simulated user memory?

A: As in the last assignment, only the actual user address spaces
should go in simulated user memory (i.e. either simulated physical
memory, or in swap space). All operating system data structures
(including page tables) should still be kept in kernel memory.


0 new messages