2016-03-30 17:11:41 -04:00
|
|
|
name: asst3
|
|
|
|
print_name: ASST3
|
2016-03-25 11:13:31 -04:00
|
|
|
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.
|
2016-03-25 11:13:31 -04:00
|
|
|
version: 1
|
|
|
|
points: 100
|
|
|
|
type: asst
|
|
|
|
kconfig: ASST3
|
2016-03-30 14:58:59 -04:00
|
|
|
userland: false
|
2016-03-25 11:13:31 -04:00
|
|
|
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
|