Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 544 → Rev 545

/shark/trunk/kernel/kern.c
18,11 → 18,11
 
/**
------------
CVS : $Id: kern.c,v 1.8 2004-03-10 14:51:42 giacomo Exp $
CVS : $Id: kern.c,v 1.9 2004-03-31 10:40:24 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.8 $
Last update: $Date: 2004-03-10 14:51:42 $
Revision: $Revision: 1.9 $
Last update: $Date: 2004-03-31 10:40:24 $
------------
 
This file contains:
382,7 → 382,6
 
struct ll_initparms parms; /* for the VM */
 
// extern void C8042_restore(void); /* an exit function */
int aborting; /* it is set if we are aborting the system */
 
struct multiboot_info *multiboot=mbi_address();
521,9 → 520,6
 
runlevel = RUNLEVEL_RUNNING;
 
/* reset keyboard after exit */
// sys_atexit((void(*)(void *))C8042_restore,NULL,AFTER_EXIT);
 
/* tracer stuff */
#ifdef __OLD_TRACER__
trc_resume();