/* * \brief Kernel backend for virtual machines * \author Martin Stein * \date 2013-10-30 */ /* * Copyright (C) 2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ /* core includes */ #include using namespace Kernel; void Vm::exception(unsigned const cpu) { PDBG("not implemented"); }