Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1464 → Rev 1465

/uspace/trunk/init/init.c
415,6 → 415,15
}
}
 
static void test_console(void)
{
int c;
 
while ((c = getchar()) != EOF)
putchar(c);
}
 
 
int main(int argc, char *argv[])
{
pstid_t ptid;
422,6 → 431,8
// version_print();
 
printf("Hello\nThis is Init\n");
// test_printf();
// test_printf2();
// test_ping();
436,9 → 447,9
// test_time();
// test_async_kbd();
// test_fb();
test_console();
 
printf("Hello\nThis is Init\n\nBye.");
printf("\nBye.\n");
 
/*
printf("Userspace task, taskid=%llX\n", task_get_id());