Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #723
| Newsgroups | comp.os.linux.development.apps |
|---|---|
| Date | 2014-05-01 19:56 -0700 |
| Message-ID | <d194b9d2-cfa1-4cc1-9016-2f39c057f59a@googlegroups.com> (permalink) |
| Subject | how to debug the kernel (process scheduling) |
| From | 457204657@qq.com |
I have a problem in how to debug the processes scheduling. First, I use the printk, the time slice is 50ms, so I can not see the message of print clearly. Second, minix v3.1.0 does not support serail output and kgdb. I do the problems in chapter2 of "operating system Design and Implementation" . 45. Modify the MINIX 3 scheduler to keep track of how much CPU time each user process has had recently. When no task or server wants to run, pick the user process that has had the smallest share of the CPU.
Back to comp.os.linux.development.apps | Previous | Next — Next in thread | Find similar
how to debug the kernel (process scheduling) 457204657@qq.com - 2014-05-01 19:56 -0700 Re: how to debug the kernel (process scheduling) Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2014-05-02 12:22 -0400
csiph-web