Commit Graph

20 Commits

Author SHA1 Message Date
74c1b03a6b Implement a system resources management routines 2024-05-16 23:08:59 +02:00
30a2cb9849 Update timers support 2024-04-21 13:57:55 +02:00
331c5bfeda Rework initial timer support 2024-04-20 23:15:57 +02:00
73cd4bd4f2 Export runlevel related routines 2024-02-07 22:26:38 +01:00
0fc14f6f82 Export spinlock related routines 2024-02-07 22:19:34 +01:00
99abcd63d1 Implement basic kernel spinlock mechanism 2024-02-05 22:07:39 +01:00
1a932468a2 Add some DPC related stubs 2023-11-16 14:53:54 +01:00
aa17be6eb3 Implement KeSetTargetProcessorDpc() routine 2023-10-29 19:59:21 +01:00
be7981f614 Implement KeInitializeThreadedDpc() and export it together with KeInitializeDpc() 2023-10-29 19:45:45 +01:00
841a6b304b Cleanup KE subsystem headers 2023-10-29 09:14:46 +01:00
bf3d56385f Add missing forward declarations 2023-03-24 15:39:07 +01:00
934dba37a1 Initial kernel events support 2023-03-17 16:46:18 +01:00
3354075900 Initial Asynchronous Procedure Call (APC) support 2023-02-18 00:04:51 +01:00
08405e7bdc Ad more routines for semaphores support 2023-02-17 09:40:18 +01:00
ccaa28399a Initial semaphores support 2023-02-16 19:29:36 +01:00
98884516a1 Implement KeInitializeSpinLock() routine 2023-02-16 18:34:46 +01:00
b2456fd18a Implement kernel timer initialization routines 2023-02-16 17:56:35 +01:00
712de4e4e4 XTDK contains headers uniquely identified 2023-01-05 23:28:43 +01:00
3250ad67aa Rename header file 2023-01-05 23:09:54 +01:00
3e8bdfe9fe Add missing forward routines definitions 2022-12-23 00:09:33 +01:00