13 lines
208 B
Perl
13 lines
208 B
Perl
|
---
|
||
|
name: "Zero Test"
|
||
|
description: >
|
||
|
Tests that static memory regions are properly initialized.
|
||
|
tags: [vm]
|
||
|
depends: [not-dumbvm-paging]
|
||
|
sys161:
|
||
|
ram: 4M
|
||
|
---
|
||
|
$ /testbin/huge
|
||
|
$ /testbin/sort
|
||
|
$ /testbin/zero
|