Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1465 → Rev 1464

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