Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1089 → Rev 1123

/demos/trunk/first/test1.c
18,11 → 18,11
 
/*
------------
CVS : $Id: test1.c,v 1.1 2002-09-02 10:29:30 pj Exp $
CVS : $Id: test1.c,v 1.2 2003-01-07 17:10:17 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2002-09-02 10:29:30 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:10:17 $
------------
 
this test shows a set of 5 tasks (+main+dummy+keyboard driver).
120,7 → 120,6
//keyb_def_ctrlC(kparms, NULL);
//keyb_def_map(kparms,itaMap);
KEYB_init(&kparms);
 
__call_main__(mb);
 
return (void *)0;
229,11 → 228,9
{
char c;
 
set_exchandler_grx();
 
clear();
 
cprintf("Hello, world!");
cprintf("Hello, world!\nPress ESC to end the demo...\n");
 
create1();