95 lines
1.9 KiB
JavaScript
95 lines
1.9 KiB
JavaScript
'use strict'
|
|
|
|
// a valid footer of a 2
|
|
exports.VHDFOOTER = {
|
|
cookie: 'conectix',
|
|
features: 2,
|
|
fileFormatVersion: 65536,
|
|
dataOffset: 512,
|
|
timestamp: 0,
|
|
creatorApplication: 'caml',
|
|
creatorVersion: 1,
|
|
creatorHostOs: 0,
|
|
originalSize: 53687091200,
|
|
currentSize: 53687091200,
|
|
diskGeometry: { cylinders: 25700, heads: 16, sectorsPerTrackCylinder: 255 },
|
|
diskType: 3,
|
|
checksum: 4294962945,
|
|
uuid: Buffer.from('d8dbcad85265421e8b298d99c2eec551', 'utf-8'),
|
|
saved: '',
|
|
hidden: '',
|
|
reserved: '',
|
|
}
|
|
exports.VHDHEADER = {
|
|
cookie: 'cxsparse',
|
|
dataOffset: undefined,
|
|
tableOffset: 2048,
|
|
headerVersion: 65536,
|
|
maxTableEntries: 25600,
|
|
blockSize: 2097152,
|
|
checksum: 4294964241,
|
|
parentUuid: null,
|
|
parentTimestamp: 0,
|
|
reserved1: 0,
|
|
parentUnicodeName: '',
|
|
parentLocatorEntry: [
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
{
|
|
platformCode: 0,
|
|
platformDataSpace: 0,
|
|
platformDataLength: 0,
|
|
reserved: 0,
|
|
platformDataOffset: 0,
|
|
},
|
|
],
|
|
reserved2: '',
|
|
}
|