Cosmos/source/Cosmos.Common/KernelPanicTypes.cs
2016-06-25 19:33:26 -04:00

8 lines
220 B
C#

namespace Cosmos.Common
{
public static class KernelPanicTypes
{
public static readonly uint VMT_MethodNotFound = 0x1;
public static readonly uint VMT_MethodFoundButAddressInvalid = 2;
}
}