Assignment 3 target will now be cumulative instead of split into subparts
This commit is contained in:
30
test161/targets/asst3.tt
Normal file
30
test161/targets/asst3.tt
Normal file
@@ -0,0 +1,30 @@
|
||||
name: asst3
|
||||
print_name: ASST3
|
||||
description: >
|
||||
In this assignment you will add support for virtual memory to your OS/161
|
||||
kernel.
|
||||
version: 1
|
||||
points: 100
|
||||
type: asst
|
||||
kconfig: ASST3
|
||||
leaderboard: false
|
||||
userland: false
|
||||
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
|
Reference in New Issue
Block a user