Integrated vm_files with vnodes. execve is not working as expected.

This commit is contained in:
Bahadir Balban
2009-10-13 11:33:25 +03:00
parent f54747a208
commit a249105969
21 changed files with 400 additions and 375 deletions

View File

@@ -3,7 +3,7 @@
#define __TASKNAME__ "test0"
//#define TEST_VERBOSE_PRINT
#define TEST_VERBOSE_PRINT
#if defined (TEST_VERBOSE_PRINT)
#define test_printf(...) printf(__VA_ARGS__)
#else