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