inaciose / xv6-armv7-a15

xv6 implementation for armv7-a with working preemptive multitasking. This is the main version and works in qemu (-M vexpress-a15 -cpu cortex-a15)
0 stars 0 forks source link

Usertests are not complete #3

Open inaciose opened 7 years ago

inaciose commented 7 years ago

issue usertests

The xv6 houcheng/xv6-armv7 version, in the initial import not have all the tests found xv6 for x86 in xv6 mit-pdos/xv6-public version. In order to keep it close as the original version (xv6 x86) we need to add the following tests in usertests.c:

argptest(); fourfiles(); openiputtest(); exitiputtest(); iputtest(); uio();