What steps will reproduce the problem?
1. Use VMware player to run Minix 3.1.2a
2. Apply the latest changes: proc.c, proc.h, do_fork.c, misc.c
3. Recompile the kernel and reboot.
What is the expected output? What do you see instead?
The system should boot, but it crashes.
What version of the product are you using? On what operating system?
The latest one. Minix 3.1.2a
Please provide any additional information below.
I noticed the in proc.c setPriority() is defined but never called. It may
be a typo as pick_proc() calls setpriority(), which should be
setPriority(). However, this could not have caused the crash because the
system crashes even I changed style to 0 which specifies standard scheduling.
Original issue reported on code.google.com by lubaoch...@gmail.com on 10 May 2010 at 5:02
Original issue reported on code.google.com by
lubaoch...@gmail.com
on 10 May 2010 at 5:02