os-k/src/kaleid/kernel/ke/state.c

17 lines
728 B
C

//----------------------------------------------------------------------------//
// GNU GPL OS/K //
// //
// Authors: spectral` //
// NeoX //
// //
// Desc: Current kernel state //
//----------------------------------------------------------------------------//
#include <kalkern/ke/state.h>
//
// Current kernel state
//
uchar __kstate;