reactos/ntoskrnl/ntoskrnl_i386.lds
Joachim Henze 1a9f0bc429 [0.4.12][NTOSKRNL] Restore section layout to fix BSOD regression CORE-14683
This fixes high chance for BSOD 0x50 PAGE_FAULT_IN_NONPAGED_AREA
when booting after DVDwriteNow has been installed.

Many thanks to the fixes author Thomas Faber.

We believe this was a regression of SVN r55835
6ebf8c2537

The fix has not been applied to master yet.
2019-07-06 12:38:43 +02:00

10 lines
139 B
Plaintext

SECTIONS
{
INIT BLOCK(__section_alignment__) :
{
__init_start__ = . ;
*(INIT)
__init_end__ = . ;
}
}
INSERT AFTER .reloc;