Integrate systime module to build

This commit is contained in:
2026-04-27 23:11:19 +02:00
parent 98733aa62b
commit e2e2b05bc6
2 changed files with 4 additions and 0 deletions

View File

@@ -74,3 +74,6 @@ LIST_ENTRY KE::SystemResources::ResourcesListHead;
/* Kernel boot resources lock */
KSPIN_LOCK KE::SystemResources::ResourcesLock;
/* Kernel boot time */
LARGE_INTEGER KE::SystemTime::BootTime;