A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 43e433ed3f [FREELDR]
Completely rewrite the registry code.
The old code was first loading the system hive and parsing it, duplicating each and every key and value into a custom freeldr specific registry format and used the latter to access the data. This was extremely slow when larger hive files (the one from a normal win 2003 installation is 2.5 MB vs 250kb in reactos) were imported. The new code uses the hive data directly. It's less code, faster and uses much less memory.
In the same move, refactor some mkhive code and move it into cmlib to be shared with freeldr.

svn path=/trunk/; revision=61595
2014-01-12 21:37:29 +00:00
reactos [FREELDR] 2014-01-12 21:37:29 +00:00
rosapps [RosApps] 2013-12-07 01:37:47 +00:00
rostests [user32_apitest] 2013-12-21 10:44:10 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00