Migrate AR subsystem to C++
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 27s
Builds / ExectOS (i686, debug) (push) Failing after 24s
Builds / ExectOS (i686, release) (push) Failing after 24s

This commit is contained in:
2025-09-08 15:29:13 +02:00
förälder 27fec1bacb
incheckning c8dc2a1407
42 ändrade filer med 2042 tillägg och 695 borttagningar

Visa fil

@@ -25,6 +25,10 @@ XTCDECL
VOID
ArFlushTlb(VOID);
XTAPI
PVOID
ArGetBootStack(VOID);
XTCDECL
ULONG
ArGetCpuFlags(VOID);

Visa fil

@@ -55,6 +55,6 @@ KepStartKernel(VOID);
XTAPI
VOID
KepSwitchBootStack(IN ULONG_PTR Stack);
KepSwitchBootStack();
#endif /* __XTOSKRNL_I686_KEI_H */