-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
07 memory solution #137
base: Serhii.Chekanov
Are you sure you want to change the base?
07 memory solution #137
Conversation
Add homework readme lesson 6 Signed-off-by: Chekanov Serhii <[email protected]>
Add solution, absolute time return module Signed-off-by: Chekanov Serhii <[email protected]>
Add solution, CPU load calc module Signed-off-by: Chekanov Serhii <[email protected]>
Implementation of relation time kernel module Signed-off-by: Chekanov Serhii <[email protected]>
Add homework lesson 7 Signed-off-by: Chekanov Serhii <[email protected]>
Memory allocating test program Signed-off-by: Chekanov Serhii <[email protected]>
Memory allocating test kernel module Signed-off-by: Chekanov Serhii <[email protected]>
1, 0x3, 0.000000113, 0.000000093 | ||
2, 0x4, 0.000000128, 0.000000105 | ||
2, 0x5, 0.000000140, 0.000000128 | ||
pt = NULL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the maximum memory size allocated by get_free_pages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allocated 2^5 pages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the correctness of this number.
Please review pull request 07 lesson