Commit Graph

1093 Commits

Author SHA1 Message Date
7117d76842 Switch UEFI interfaces to PWCHAR/BOOLEAN types for better compatibility with C++ 2025-09-17 08:17:48 +02:00
98ad2087de Replace remaining NULL occurrence with NULLPTR 2025-09-16 16:04:37 +02:00
fabf3a3a5e Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling 2025-09-16 15:59:56 +02:00
ba9e5b1b88 Migrate NTOSDRV to C++ 2025-09-16 15:13:54 +02:00
307ec1794c Clean up after migration to C++ 2025-09-16 14:20:20 +02:00
f86b63f68d Add missing documentation and fix formatting 2025-09-16 11:42:40 +02:00
2f25107d09 Replace legacy thread retrieval function calls 2025-09-16 09:20:59 +02:00
556e832056 Restore missing assembly headers 2025-09-16 08:50:11 +02:00
f4561c1f4f Remove leftover old headers and fix missed spots 2025-09-16 08:46:53 +02:00
ee97388981 Switch i686 processor structures setup to use class data 2025-09-15 22:50:52 +02:00
0a0fdffc46 Clean up kernel headers 2025-09-15 22:46:57 +02:00
e3898f28fc Refactor kernel to use MM namespace for memory management 2025-09-15 22:26:52 +02:00
52c4d2a346 Complete MM class definitions with missing fields 2025-09-15 22:17:46 +02:00
404595801d Migrate MM subsystem to C++ 2025-09-15 22:15:07 +02:00
3e097c260d Add stubs for C++ exception and purecall handlers 2025-09-15 20:52:40 +02:00
e0844b38cd Move dbg.hh into KD namespace 2025-09-14 01:40:21 +02:00
f321ca908b Refine and export kernel debugger printing 2025-09-14 01:25:56 +02:00
79ec28641a Migrate KD subsystem to C++ 2025-09-13 23:40:07 +02:00
4592955da1 Migrate HL subsystem to C++ 2025-09-13 19:15:13 +02:00
a2fe39defd Refine formatting 2025-09-13 00:12:57 +02:00
7cdfa8f79d Refactor KE subsystem 2025-09-12 13:11:15 +02:00
0647b853a6 Migrate PO subsystem to C++ 2025-09-11 22:52:40 +02:00
3a11d536d5 Refactor AR subsystem 2025-09-11 20:23:51 +02:00
96043f3d70 Build SDK 2025-09-11 20:09:21 +02:00
5f44458e64 Fix calling conventions 2025-09-11 19:44:00 +02:00
cc632c5ef9 Update kernel exports 2025-09-11 19:35:38 +02:00
631c260280 Update SpinLock and DPC to use C++ helpers 2025-09-11 19:23:19 +02:00
1357e92627 Update EX subsystem to use C++ RTL api 2025-09-11 19:15:52 +02:00
3395934330 Match renamed I/O register helpers 2025-09-11 19:08:20 +02:00
744fffdd8a Clean up atomic routine declarations 2025-09-11 19:05:12 +02:00
0a3450f649 Add missing header files 2025-09-11 18:58:43 +02:00
7d5eab1a8e Remove redundant source list and reuse XTOSKRNL_SOURCE for libxtos 2025-09-11 18:55:31 +02:00
7674196cc1 Unify sdk library output path 2025-09-11 18:53:58 +02:00
c160e5ddf2 Improve CMake SDK output handling and linker configuration 2025-09-11 18:48:22 +02:00
9518e7da8e Migrate RTL subsystem to C++ 2025-09-11 18:28:24 +02:00
e507dd0390 Clean up cmake output directory configuration 2025-09-11 14:07:20 +02:00
510dccc5dc Add missing forward reference to KeGetInitializationBlock 2025-09-10 15:38:30 +02:00
17712883c5 Include new KE headers 2025-09-09 23:24:43 +02:00
5cb6474ade Sync CMakeLists with source tree 2025-09-09 23:22:37 +02:00
4947f788d5 Migrate KE subsystem to C++ 2025-09-09 23:20:50 +02:00
465a23633e Sync CMakeLists with current source tree 2025-09-08 22:39:07 +02:00
7c5d6326f8 Migrate EX subsystem to C++ 2025-09-08 22:35:59 +02:00
3f5f57ef12 Remove leftover test code 2025-09-08 15:44:12 +02:00
4e24b239a4 Fix cmake source path 2025-09-08 15:40:26 +02:00
c8dc2a1407 Migrate AR subsystem to C++ 2025-09-08 15:29:13 +02:00
27fec1bacb Add boot options with on-screen debugging 2025-09-05 21:30:01 +02:00
d8e0e07805 Correct format specifier for partition size to prevent stack corruption 2025-09-04 12:21:04 +02:00
8898a427df Rewrite and clarify kernel subsystem descriptions 2025-09-04 11:16:03 +02:00
7e039c47ae Simplify BlpDebugPutChar return path 2025-09-04 10:56:17 +02:00
c2a4ad026a Implement KD subsystem, add serial & framebuffer debug providers 2025-09-04 10:49:40 +02:00