Commit Graph

430 Commits

Author SHA1 Message Date
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
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
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
9518e7da8e Migrate RTL subsystem to C++ 2025-09-11 18:28:24 +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
8898a427df Rewrite and clarify kernel subsystem descriptions 2025-09-04 11:16:03 +02:00
c2a4ad026a Implement KD subsystem, add serial & framebuffer debug providers 2025-09-04 10:49:40 +02:00
9cc776e06a Add generic kernel information support 2025-09-03 21:00:18 +02:00
602da0960c Unify string API parameter types to PCSTR/PCWSTR 2025-09-03 19:54:46 +02:00
227da47bfc Add scroll region support and refactor framebuffer handling 2025-09-03 15:06:25 +02:00
b2df65f5cc Fix KeDbgPrint prototype to use PCWSTR 2025-09-03 10:29:21 +02:00
d6999fad2f Extend RTL with substring search and character case functions 2025-09-02 21:51:10 +02:00
e4981b52ed Comment RtlTokenizeWideString for clarity 2025-09-02 20:18:33 +02:00
3c25934495 Add explanatory comments to string handling code 2025-09-02 19:31:13 +02:00
e23a4c71a2 Fix framebuffer address calculations by using Pitch and BytesPerPixel 2025-09-02 12:42:06 +02:00
6ee7243e04 Refactor APIC delivery mode handling and unify naming 2025-09-01 19:54:12 +02:00
3c8b7cb1f2 Remove unused variable 2025-09-01 19:25:45 +02:00
2e415f6ec2 Remove broadcast INIT IPI 2025-09-01 19:23:02 +02:00
5ff9303bd1 Add debug screen clear at end of kernel initialization 2025-09-01 16:27:28 +02:00
84ac8f00e0 Fix APIC initialization and refine comments 2025-09-01 15:41:06 +02:00
c4a7df6f38 Extract trampoline code into a separate file 2025-08-20 20:20:35 +02:00
2468d80078 Add trampoline to enable 5-level paging 2025-08-20 00:20:10 +02:00
c409400cbf Correct VA masking in AMD64 page mapping functions 2025-08-18 01:07:28 +02:00
017b8603d5 Align parameters in PTE manipulation functions 2025-08-17 21:55:21 +02:00
a9dd1eaacd Implement MmpSetPteCaching function for AMD64 architecture 2025-08-17 21:51:43 +02:00
f30d3df5b3 Implement PTE manipulation functions for AMD64 architecture 2025-08-17 21:48:28 +02:00