os161/test161/targets/asst3.tt

78 lines
1.4 KiB
Plaintext
Raw Normal View History

name: asst3
print_name: ASST3
description: >
2016-03-25 15:33:29 -04:00
In this assignment you will add support for virtual memory to your OS/161
2016-03-30 17:16:24 -04:00
kernel.
version: 2
points: 200
type: asst
kconfig: ASST3
userland: true
tests:
# Checkpoint 1 (100 points)
- id: coremap/not-dumbvm.t
points: 20
- id: coremap/km1.t
points: 10
mem_leak_points: 2
- id: coremap/km2.t
points: 10
mem_leak_points: 2
- id: coremap/km3.t
points: 10
mem_leak_points: 2
- id: coremap/km4.t
points: 25
mem_leak_points: 2
- id: coremap/coremap-loose.t
points: 10
- id: coremap/coremap-tight.t
points: 15
# Checkpoint 2 (100 points)
2016-04-07 14:10:47 -04:00
# Basic VM (30 points)
- id: vm/not-dumbvm-vm.t
points: 5
- id: vm/sort.t
points: 5
- id: vm/palin.t
points: 5
- id: vm/matmult.t
2016-04-08 15:49:20 -04:00
mem_leak_points: 2
points: 5
- id: vm/ctest.t
points: 5
- id: vm/stacktest.t
points: 5
2016-04-07 14:10:47 -04:00
# Concurrent VM (40 points)
- id: vm/bigfork.t
points: 8
2016-04-08 15:49:20 -04:00
mem_leak_points: 2
- id: vm/parallelvm.t
points: 8
- id: vm/quintsort.t
points: 8
- id: vm/quintmat.t
points: 8
- id: vm/quinthuge.t
points: 8
# Heap (10 points)
- id: vm/sbrktest.t
points: 8
2016-04-08 15:49:20 -04:00
mem_leak_points: 2
- id: vm/sbrk-badcall.t
points: 2
# Stress tests/misc (20 points)
- id: vm/zero.t
points: 5
- id: vm/stability/vm-stability.t
2016-04-07 14:10:47 -04:00
points: 10
2016-04-08 15:49:20 -04:00
mem_leak_points: 2
2016-04-07 14:10:47 -04:00
- id: vm/stability/forkbomb.t
points: 5