mirror of
https://github.com/drasko/codezero.git
synced 2026-03-25 21:41:51 +01:00
Few minor fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
virtual_base = 0x10000000;
|
||||
/* __stack = (0x20000000 - 0x1000 - 8); */
|
||||
|
||||
/* First page before the env/args */
|
||||
|
||||
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user