mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Reduce memory usage of Rescue Disk for cascades by 1KB.
This commit is contained in:
@@ -14,11 +14,7 @@
|
||||
#define TC_HEADER_Boot_BootDefs
|
||||
|
||||
// Total memory required (CODE + DATA + BSS + STACK + 0x100) in KBytes - determined from linker map.
|
||||
#ifdef TC_WINDOWS_BOOT_RESCUE_DISK_MODE
|
||||
#define TC__BOOT_MEMORY_REQUIRED 44
|
||||
#else
|
||||
#define TC__BOOT_MEMORY_REQUIRED 43
|
||||
#endif
|
||||
#define TC__BOOT_MEMORY_REQUIRED 43
|
||||
|
||||
#ifdef TC_WINDOWS_BOOT_SINGLE_CIPHER_MODE
|
||||
# undef TC__BOOT_MEMORY_REQUIRED
|
||||
|
||||
Reference in New Issue
Block a user