Initial tests, commands, and target for asst3.1

This commit is contained in:
Scott Haseley
2016-03-25 11:13:31 -04:00
parent 8380115efa
commit b4bcf45932
9 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: asst3.1
print_name: ASST3.1
description: >
In this assignment you will add support for virtual memory to your OS/161 kernel.
version: 1
points: 100
type: asst
kconfig: ASST3
tests:
- 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