Working on ASST2 targets.

This commit is contained in:
Geoffrey Challen
2016-03-01 12:04:53 -05:00
parent 7fa97457a1
commit 58315a9286
4 changed files with 6 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
---
name: "Console Test"
description: >
Make sure that the console works.
Make sure that the console works and the kernel menu waits appropriately.
tags: [console]
depends: [boot]
sys161:

View File

@@ -3,7 +3,7 @@ name: "Fork Test"
description: >
Test that fork works.
tags: [syscalls,procsyscalls]
depends: [console, /asst2/fs/readwritetest.t]
depends: [console,/asst2/fs/readwritetest.t]
sys161:
ram: 4M
---