8000 minor edit; due to a query from a.e.hecht@t-online.de . · secoba/Linux-Kernel-Programming@603ef2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 603ef2c

Browse files
committed
minor edit; due to a query from a.e.hecht@t-online.de .
1 parent 38ee6b9 commit 603ef2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

solutions_to_assgn/ch6/solution_ch6_qs1.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Ch 6: Kernel and Memory Management Internals Essentials
44
(For your convenience, we have repeated the questions below and have provided
55
answers / solutions to some of them).
66
------------------------------------------------------------------------------
7-
1. Consider the following system scenario: there are a total of 125 processes,
8-
and 164 threads alive, of which, 79 are kernel threads. Given this snapshot,
9-
how many:
7+
[Note: question 1 has been slightly edited; Apr '21]
8+
1. Consider the following system scenario: there are a total of 125 processes
9+
alive; internally consisting of 164 threads, of which, 79 are kernel threads.
10+
Given this snapshot, how many:
1011
a) task structures will there be in kernel memory?
1112
b) userspace stacks will there be in user memory?
1213
c) kernel-mode stacks will there be in kernel memory?

0 commit comments

Comments
 (0)
0