David, Bruce pointed out on irc that Vlv2TbltDevicePkg/Stitch/IFWIHeader/Vacant.bin is a large (~3.8MB), and essentially empty (filled with 0xff) binary file in the tree. This appears to be the largest file in the EDK2 tree.
Isn't there a more efficient way to just create this file via a script as needed? For example: dd if=/dev/zero ibs=1k count=3836 | tr "\000" "\377" > Vacant.bin Or, a python script could easily create the file too. -Jordan ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
