Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 926 → Rev 927

/shark/trunk/drivers/oldchar/keyb.c
20,11 → 20,11
 
/**
------------
CVS : $Id: keyb.c,v 1.2 2004-01-17 13:17:52 giacomo Exp $
CVS : $Id: keyb.c,v 1.3 2005-01-08 14:57:06 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-01-17 13:17:52 $
Revision: $Revision: 1.3 $
Last update: $Date: 2005-01-08 14:57:06 $
------------
 
Author: Giuseppe Lipari
508,8 → 508,7
set_active_page(0);
set_visual_page(0);
cputs("Ctrl-C pressed!\n");
sys_end();
// exit(1);
exit(1);
}
 
/* This is the interface to application */
/shark/trunk/drivers/oldchar/8042.c
20,11 → 20,11
 
/**
------------
CVS : $Id: 8042.c,v 1.5 2004-03-09 08:49:13 giacomo Exp $
CVS : $Id: 8042.c,v 1.6 2005-01-08 14:57:06 pj Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-03-09 08:49:13 $
Revision: $Revision: 1.6 $
Last update: $Date: 2005-01-08 14:57:06 $
------------
 
8042.h
83,7 → 83,7
 
//#define __DEBUG_INIT__ 1
 
/* if defined: show messages during sys_end() */
/* if defined: show messages during exit */
//#define __TRACE_EXIT__ 1
 
/* if defined: trace ps/2 enable/disable */