Commit Graph

17 Commits

Author SHA1 Message Date
chyyuu
2016fbf2e9 update check_sync.c in lab8&lab8_result 2016-05-10 10:10:11 +08:00
chyyuu
f8d953397b fix bug in do_fork function 2016-04-01 23:25:04 +08:00
chyyuu
a0e039ea87 Merge pull request #14 from Archstacker/fix_runlink
Fix the bug when empty run_link
2015-06-09 20:59:35 +08:00
chyyuu
868144970d Merge pull request #13 from yuantailing/chen
correct 14 spelling mistakes
2015-06-09 20:57:19 +08:00
chyyuu
b607f1accb Merge pull request #11 from Archstacker/fix_spell
Correct some spelling mistakes
2015-06-09 20:56:19 +08:00
chyyuu
22715b7f99 Merge pull request #10 from Archstacker/fix_vmm
Fix the bug in lab_result/kern/mm/vmm.c
2015-06-09 20:54:37 +08:00
ArchStacker
0c7968dfd2 Fix the bug when empty run_link in lab8_result 2015-06-07 21:03:29 +08:00
ArchStacker
6fbc1fa90b Correct the wrong spelling of put_pgdir 2015-06-07 08:03:34 +08:00
yuantailing
36f12c6cb5 correct 14 spelling mistakes 2015-05-21 20:26:41 +08:00
yuchen
8acdcc2499 delete unused fs_struct in proc.h 2015-05-17 19:20:24 +08:00
ArchStacker
87248a2704 Remove the addition space 2015-05-11 08:24:55 +08:00
ArchStacker
dd4e1e12a3 Correct a spelling mistake 2015-05-11 08:12:43 +08:00
ArchStacker
c40896dfed Add tests in lab8_result:swap_fifo.c 2015-05-10 00:41:07 +08:00
ArchStacker
f4972793fe Fix the bug in lab8_result:vmm.c 2015-05-10 00:37:47 +08:00
ArchStacker
08c31e9451 Fix the unsuitable use of pa2page in lab8_result 2015-05-04 19:54:09 +08:00
Junjie Mao
d9a83bd7be Adjust the time slice to 50ms
The original time slice (200ms) is too large for the priority test to
generate a satisfactory result in 20s. If we only schedule 5 times a
second, there are only 100 pick_next calls to the scheduler.

I believe making scheduling more frequently does little harm to the
system. Actually more scheduling opportunities may also reveal bugs
which are not triggered previously. Adopting smaller time slices also
allows us to reduce the time spent on the priority test, which can
benefit the autotesting system.

Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
2015-03-24 10:52:27 +08:00
chyyuu
f9773095fe add lab answers 2014-08-20 15:42:20 +08:00