MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / KProcessorMode

Class KProcessorMode

Python-Bridge/Python-Bridge.py:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 __api_version = 8
9
10 class KProcessorMode(enum.Enum):
11 kernel_mode = 0
12 user_mode = 1
13 maximum_mode = 2
14
15 class LockOperation(enum.Enum):
16 io_read_access = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected