Timo Kreuzer
b8e50f787d
[NTOS:KE/x64] On syscalls clear nested task flag
...
When this flag is not cleared and the system returns with an IRET, this causes a #GP. Randomly hit by the umkm:SystemCall test.
2024-04-27 15:12:40 +02:00
Timo Kreuzer
d0f6874d92
[NTOS:KE/x64] Factor out KiIntializeProcessorBootStructures
2023-12-08 20:16:51 +02:00
Timo Kreuzer
8c466c3e36
[NTOS:KE/x64] Improve KiInitializePcr
2023-12-08 20:16:51 +02:00
Timo Kreuzer
d2a3b1c791
[NTOS:KE/x64] Factor out KiInitializeP0BootStructures
2023-12-08 20:16:51 +02:00
Timo Kreuzer
e655594609
[NTOS:KE/x64] (Re)move initialization of IRQL and TR
2023-12-08 20:16:51 +02:00
Timo Kreuzer
0a7255e4bf
[NTOS:KE/x64] Move Initialization of TSS
2023-12-08 20:16:51 +02:00
Timo Kreuzer
160980aba1
[NTOS:KE/x64] Move initialization of PCR
2023-12-08 20:16:51 +02:00
Timo Kreuzer
ba62dd0aaa
[NTOS:KE/x64] Move initialization of KeLoaderBlock
2023-12-08 20:16:51 +02:00
Timo Kreuzer
e1497d43d7
[NTOS:KE/x64] Improve KiInitializeTss
2023-12-08 20:16:51 +02:00
Timo Kreuzer
bbe16859b5
[NTOS:KE/x64] Rename P0 boot stacks
2023-12-08 20:16:51 +02:00
Timo Kreuzer
70f6ed8ee3
[NTOS:KE/x64] Improve CPU feature detection
...
- Use 64 bit feature flags (with a hack in the PRCB)
- Improve setting up SharedUserData->ProcessorFeatures
2023-10-03 19:45:44 +03:00
Stanislav Motylkov
5ae65ab7a7
[NTOS:KE] Add x86 CPU features reporting to AMD64
...
CORE-18023 CORE-14922
2023-07-02 21:00:32 +03:00
Timo Kreuzer
9658c6a220
[NTOSKRNL] Print boot cycles on x64 just like on x86
2022-11-24 21:17:58 +02:00
Timo Kreuzer
39f11249ff
[NTOS][RTL] Initialize MxCsr where missing
2022-08-22 11:22:08 +02:00
Hermès Bélusca-Maïto
9ea2b803c8
[NDK][HAL][NTOS] Add missing PRCB_MINOR_VERSION / PRCB_MAJOR_VERSION and use them.
2022-05-07 18:14:38 +02:00
Jérôme Gardou
3adf450867
[REACTOS] Addendum to 5c7ce4475e
- Fix MSVC 2015 build
...
Put data into PAGEDATA or INITDATA sections
Keep section declaration for prototypes
CORE-17540
2021-05-12 11:04:29 +02:00
Serge Gautherie
e0400e7810
[NTOS:KE] KiIdleLoop(): Propagate DECLSPEC_NORETURN to callers
2021-03-05 00:43:15 +03:00
Victor Perevertkin
5c7ce4475e
[REACTOS] Cleanup INIT and some PAGE section allocations
...
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively
- Remove INIT_FUNCTION from function prototypes
- Remove alloc_text pragma calls as they are not needed anymore
2020-11-02 21:45:31 +03:00
Serge Gautherie
b20f815126
[NTOSKRNL] Place INIT_FUNCTION before the return type ( #2823 )
...
(but after 'static' or SAL 2 annotation.)
Follow-up to 71fefa32
, which mentions that it's actually required by the compiler in some circumstances.
2020-05-23 15:56:10 +02:00
Hermès Bélusca-Maïto
03a9ccce65
[NTOS:KE] Explicitly use IOPM_SIZE for initializing the IO map, that is indeed also equal to PAGE_SIZE * 2 but is self-documented.
2019-11-25 00:41:54 +01:00
Hermès Bélusca-Maïto
b2ca7d3ed9
[NTOS:KE] Minor formatting fixes.
2019-11-25 00:41:54 +01:00
Timo Kreuzer
71fefa32db
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION ( #779 )
...
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally
* Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it
* Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC)
* Place INIT_FUNCTION before the return type (required by MSVC)
* Make sure declarations and implementations share the same modifiers (required by MSVC)
* Add a global linker option to suppress warnings about defined but unused INIT section
* Merge INIT section into .text in freeldr
2018-12-30 12:19:11 +01:00
Ivan Labutin
1aa70ef6d1
[NTOS:KE] Move RtlpUse16ByteSLists initialization into KiInitializeKernel
2017-12-20 06:56:09 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00