Few minor fixes

This commit is contained in:
Bahadir Balban
2009-10-13 13:51:30 +03:00
parent c37b9030fd
commit 38ac9052c0
7 changed files with 52 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
*/
virtual_base = 0x10000000;
/* __stack = (0x20000000 - 0x1000 - 8); */
/* First page before the env/args */

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
@@ -24,5 +24,6 @@ int fileio(void);
int clonetest(void);
int exectest(pid_t);
int user_mutex_test(void);
int small_io_test(void);
#endif /* __TEST0_TESTS_H__ */