Commit Graph

28 Commits

Author SHA1 Message Date
8f653c47dc
Initial Deferred Procedure Call (DPC) support
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-03-05 22:56:16 +01:00
e81fb68357
Initial support processor idle functionality
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-03-02 16:25:41 +01:00
2f1c5a22a5
Add __C_specific_handler() and _except_handler3() stubs allowing to use '__try {} __except() {}' (SEH) constructions
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-25 23:01:13 +01:00
9c74aafe3d
Initial implementation of process initialization
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-24 19:52:20 +01:00
c4d1f1cd0d
Initial implementation of the thread initialization
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-23 20:11:21 +01:00
88c17982e4
Thread initialization stub
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-21 22:30:56 +01:00
3354075900
Initial Asynchronous Procedure Call (APC) support
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-18 00:04:51 +01:00
ccaa28399a
Initial semaphores support
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-16 19:29:36 +01:00
98884516a1
Implement KeInitializeSpinLock() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-16 18:34:46 +01:00
b2456fd18a
Implement kernel timer initialization routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-16 17:56:35 +01:00
9ea1be96db
Implement MmZeroPages() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-15 20:48:48 +01:00
b1c2b209e3
Implement RtlGetStackLimits() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-15 20:12:58 +01:00
28b760b089
Add stubs for allocating and freeing kernel stacks
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-14 22:35:16 +01:00
d8bc45e3bb
Move HL related global variables into separate file
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-13 23:41:24 +01:00
5a86d61b78
Implement routines for performing atomic operations
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-12 22:46:58 +01:00
929d3dfae7
Implement KeGetCurrentProcessorBlock() and KeGetCurrentProcessorControlBlock() routines for both amd64 and i686
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-08 16:39:05 +01:00
d8c68ed003
Add endian conversion routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-08 16:33:57 +01:00
3522539d4b
Initialize Interrupt Descriptor Table (IDT)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-02-01 21:56:17 +01:00
7bf4a9ab8d
Initialize boot CPU structures inside kernel on AMD64
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-01-29 00:45:17 +01:00
27e2fdf4f2
Introduce architecture library as new kernel subsystem and move selected routines into new subsystem
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-01-28 10:34:55 +01:00
9cbe2d458c
Initial support for EFI framebuffer 2023-01-23 15:26:35 +01:00
12b8c5f539
Switch kernel stack and move boot structures initialization into separate routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-01-08 10:35:49 +01:00
3caca6e1bf
Set kernel subsystem to XT_NATIVE_KERNEL
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-01-06 19:25:21 +01:00
dec021b1ec
Reorganize early debug printing; initialize kernel stacks when needed
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-12-28 23:11:35 +01:00
30bc0c3cb7
Install kernel under boot directory
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-10-26 20:30:39 +02:00
b1c08e4a9f
Implement RtlStringLength() and RtlStringToWideString() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-10-25 23:45:12 +02:00
109c24f389
Initial support for xtldr modules and bootloader protocol
Some checks failed
ci/woodpecker/push/build Pipeline failed
2022-09-17 00:14:09 +02:00
a7d07e7ecb
Integrate xtklib with the kernel
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2022-08-30 23:23:02 +02:00