Use 9600 bps for Pintos serial, to match the speed used by the loader.
[pintos-anon] / src / tests / threads / mlfqs-fair-20.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::threads::mlfqs;
6
7 check_mlfqs_fair ([(0) x 20], 20);