A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 45728e369c [FREELDR]
Stop using the FILESYSBUFFER. It's a 64 KB memory region statically set up int the lower 1MB address space. This memory is rare and it doesn't make sense to put the buffer there, since it's only used to copy the data from the DISKREADBUFFER (which *must* be in the lower 1MB) to a temporary location to copy it to some other location afterwards. It's replaced with temporary heap buffers and direct reads, where possible. Also Don't read a full FAT cluster, when only a part of it is required.

svn path=/trunk/; revision=57267
2012-09-10 20:53:39 +00:00
reactos [FREELDR] 2012-09-10 20:53:39 +00:00
rosapps [ROSAPPS] 2012-08-29 21:07:55 +00:00
rostests [MSXML3_WINETEST] 2012-09-09 19:49:50 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00