Split ASST2 into ASST2.1 and ASST2.2 subtargets.

This commit is contained in:
Scott Haseley
2017-02-18 23:32:39 -05:00
parent a65ddfdc81
commit 675f1e0f91
3 changed files with 94 additions and 68 deletions

View File

@@ -0,0 +1,15 @@
name: asst2.1
print_name: ASST2.1
description: >
In this part of the assignment, you will add console support.
version: 1
points: 20
type: asst
kconfig: ASST2
userland: true
meta_name: asst2
leaderboard: false
tests:
# Make sure the console works (10 points)
- id: syscalls/consoletest.t
points: 20