Commit Graph

548 Commits

Author SHA1 Message Date
3f2baa5b50
Rename RtlInterlockedDecrementLongPtr() to follow routines naming convention 2023-10-29 12:21:19 +01:00
cf7c467637
Implement RtlInterlockedExchangePointer() routine 2023-10-29 11:48:31 +01:00
6d63750fc2
Rename KepArchInitialize() routine to KepInitializeMachine() 2023-10-29 10:38:23 +01:00
f05a262da2
Cleanup XTDK and XTOSKRNL headers 2023-10-29 09:58:47 +01:00
841a6b304b
Cleanup KE subsystem headers 2023-10-29 09:14:46 +01:00
798e4c1d22
Cleanup MM subsystem headers 2023-10-29 00:52:05 +02:00
cc3e9eb5e6
Add routines used by XTLDR 2023-10-29 00:31:57 +02:00
600c86949b
Cleanup RTL subsystem headers 2023-10-29 00:14:01 +02:00
d920cae481
Fix build by defining more routines used by XTLDR 2023-10-28 23:41:52 +02:00
4ea54859f2
Add missing HL routine definitions 2023-10-28 23:36:21 +02:00
ad15c55a39
Cleanup AR subsystem headers 2023-10-28 23:35:34 +02:00
598b34acf7
AR subsystem is architecture dependant, thus there should be no generic routines 2023-10-28 23:08:08 +02:00
d55946c3cf
Cleanup HL subsystem headers 2023-10-28 22:56:04 +02:00
3f520c8e0f
Rename xtoskrnl headers 2023-10-28 22:35:33 +02:00
a2e3e3d9a9
Compile rundown routines 2023-10-28 01:37:27 +02:00
7f8618d2c0
Export ExAcquireRundownProtection(), ExInitializeRundownProtection() and ExReleaseRundownProtection() kernel routines 2023-10-28 00:02:18 +02:00
6f5e7f63f3
Include xtver.h to access version related definitions 2023-10-27 15:43:37 +02:00
4e553b5570
Remove unused variables to satisfy compiler 2023-10-27 15:37:31 +02:00
d26b3d9e83
Add missing contributing information 2023-10-25 19:01:05 +02:00
e2ef0899d9
Add missing links 2023-10-25 18:29:31 +02:00
f3f6c64a05
Add Codeium badge 2023-10-17 15:01:13 +02:00
653481e7b6
Update CI/CD badge for Gitea Actions 2023-07-19 20:28:27 +02:00
b9f1aaa033
Migrate to Gitea Actions 2023-07-19 20:26:07 +02:00
efcb8c8a73
Update Discord invitation 2023-07-18 07:03:50 +02:00
ebb740b0e7
Add more readmes to describe XTOS components and source code tree directories 2023-05-18 21:24:33 +02:00
e11d9dcfad
Make a place for XTBK 2023-05-18 21:11:36 +02:00
42669bcfb3
Import readme for XTDK 2023-05-18 21:00:35 +02:00
89718213b8
Remove no longer needed dummy module 2023-05-17 15:13:10 +02:00
9a059b407e
The declspec 'naked' attribute is not supported on 'x86_64', use attribute instead 2023-04-12 20:50:42 +02:00
f549ca54a1
Implement I/O registers related routines 2023-04-05 00:04:11 +02:00
358b20f1a1
Reorder routines 2023-04-04 22:35:06 +02:00
4073b1589d
Rename endian conversion routines to match naming convention 2023-04-04 21:02:14 +02:00
2257ad1567
Add XTASSEMBLY routine modifier to instruct compiler to generate code without prolog and epilog 2023-03-28 17:33:38 +02:00
bf3d56385f
Add missing forward declarations 2023-03-24 15:39:07 +01:00
d5dd87b889
Add initial kernel panic mechanism 2023-03-23 22:34:28 +01:00
6402a0d0a4
Update EDK2 OVMF firmware 2023-03-20 22:28:43 +01:00
2827bb400f
Implement ExAcquireRundownProtection() and ExReleaseRundownProtection() routines 2023-03-18 11:11:06 +01:00
1f8026db2f
Implement RtlInterlockedCompareExchangePointer() and RtlInterlockedDecrementLongPtr() atomic routines 2023-03-17 18:06:53 +01:00
33903c4374
Another task to do 2023-03-17 17:02:01 +01:00
934dba37a1
Initial kernel events support 2023-03-17 16:46:18 +01:00
e0778d0a12
Introduce kernel executive 2023-03-16 23:40:38 +01:00
e6b64b741a
Initialize thread context for i686 2023-03-15 23:05:18 +01:00
e05366815a
NpxFrame is filled with zeroes, so there is no need to set all these stuff 2023-03-15 22:48:26 +01:00
84c8bc98ae
Update ideas 2023-03-15 22:23:46 +01:00
3afbc7e419
Introduce SIMD save area in place of FN/FX and use anonymous union inside FX_SAVE_AREA structure 2023-03-15 22:19:18 +01:00
a8fa702b05
Unify KSWITCH_FRAME naming with AMD64 2023-03-15 19:15:31 +01:00
10ccf67e8e
Add missing forward declarations 2023-03-14 22:50:32 +01:00
cec8a13e4c
Add context control flags and thread frames for i686 architecture 2023-03-14 22:47:32 +01:00
5677719038
Initialize thread context for AMD64 2023-03-14 17:37:20 +01:00
8f653c47dc
Initial Deferred Procedure Call (DPC) support 2023-03-05 22:56:16 +01:00