mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
bacef6a882e6056e56aab23eb2c35dd40dce2cee
- add fastfat to build - add PLATFORM property "PC" also to i386 rbuild file to allow sharing of related code between i386 and amd64 - disable a few debug channels in freeldr - winnt.h: add IMAGE_REL_BASED_MIPS_JMPADDR16, IMAGE_REL_BASED_IA64_IMM64 and IMAGE_REL_BASED_DIR64, the latter used for PE64 relocation - rtl: implement case IMAGE_REL_BASED_DIR64 in LdrProcessRelocationBlockLongLong - rtl: add SWAPQ macro for _PPC and fix macros SWAP macros for other architectures (remember: always put a macro argument in brackets) Status: setupldr now loads a few files and finally wants to load fastfat.sys. But it fails when it comes to imports from ntoskrnl, no wonder we don't have an ntoskrnl yet... svn path=/branches/ros-amd64-bringup/; revision=34748
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%