1
0
feito fork de xt-sys/exectos

Use more generic name for this macro use pointer used behind it will point to kernel debugger after it gets initialized

Esse commit está contido em:
2023-02-07 19:37:44 +01:00
commit 75c519a70c
8 arquivos alterados com 62 adições e 62 exclusões

Ver arquivo

@@ -36,7 +36,7 @@ XTAPI
VOID
KepStartKernel(VOID)
{
LdrPrint(L"Hello from new kernel stack!\n");
DebugPrint(L"Hello from new kernel stack!\n");
for(;;);
}