Annotation of truecrypt/boot/windows/bootconfig.cpp, revision 1.1

1.1     ! root        1: /*
        !             2:  Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
        !             3: 
        !             4:  Governed by the TrueCrypt License 2.4 the full text of which is contained
        !             5:  in the file License.txt included in TrueCrypt binary and source code
        !             6:  distribution packages.
        !             7: */
        !             8: 
        !             9: #include "BootConfig.h"
        !            10: 
        !            11: byte BootSectorFlags;
        !            12: 
        !            13: byte BootLoaderDrive;
        !            14: byte BootDrive;
        !            15: bool BootDriveGeometryValid = false;
        !            16: DriveGeometry BootDriveGeometry;
        !            17: 
        !            18: CRYPTO_INFO *BootCryptoInfo;
        !            19: Partition EncryptedVirtualPartition;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.