mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +00:00
[BOOT][SDK:RTL] Compile a reduced RTL library for FreeLdr / NT bootloader...
... as it should have always been done (and must be done for NTDLL and NTOS kernel as well). This allows using the RTL with the correct definitions and the reduced functionality available at boot-time. + Make the RTL main header compatible. In addition, this will permit re-using existing code that already uses the RTL (mostly string conversions). See commits427c90af3
(r36761) andb46e8cc18
(r36980) for some background.
This commit is contained in:
parent
2ac49f0824
commit
24cb57fdea
8 changed files with 422 additions and 15 deletions
2
boot/rtl/CMakeLists.txt
Normal file
2
boot/rtl/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
include(blrtl.cmake)
|
Loading…
Add table
Add a link
Reference in a new issue