Update all binaries

This commit is contained in:
Micah Dowty 2010-02-16 21:56:30 +00:00
parent 791ddd6a8f
commit a8eafa801d
17 changed files with 39 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,9 +1,19 @@
#!/usr/bin/vmware
.encoding = "UTF-8"
config.version = 8 config.version = 8
virtualHW.version = 7 virtualHW.version = 7
memsize = 4 memsize = 4
displayname = blit-cube displayname = "blit-cube"
guestOS = other guestOS = other
mks.enable3d = TRUE mks.enable3d = TRUE
floppy0.startConnected = TRUE floppy0.startConnected = TRUE
floppy0.fileType = file floppy0.fileType = file
floppy0.fileName = blit-cube.img floppy0.fileName = blit-cube.img
uuid.location = "56 4d 99 b8 ba e0 07 dc-f9 eb 73 74 e1 d2 21 07"
uuid.bios = "56 4d 99 b8 ba e0 07 dc-f9 eb 73 74 e1 d2 21 07"
cleanShutdown = "TRUE"
virtualHW.productCompatibility = "hosted"
replay.supported = "FALSE"
floppy0.clientDevice = "FALSE"
replay.filename = ""
vmotion.checkpointFBSize = "134217728"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,9 +1,19 @@
config.version = 8 #!/usr/bin/vmware
virtualHW.version = 7 .encoding = "UTF-8"
config.version = "8"
virtualHW.version = "7"
memsize = 16 memsize = 16
displayname = screen-present-clip displayname = "screen-present-clip"
guestOS = other guestOS = other
mks.enable3d = TRUE mks.enable3d = TRUE
floppy0.startConnected = TRUE floppy0.startConnected = TRUE
floppy0.fileType = file floppy0.fileType = file
floppy0.fileName = screen-present-clip.img floppy0.fileName = "/home/micah/trunk/metalkit/examples/bios-stress/bios-stress.img"
uuid.location = "56 4d 77 3c d7 e1 03 e0-20 1c 38 aa d2 95 57 e1"
uuid.bios = "56 4d 77 3c d7 e1 03 e0-20 1c 38 aa d2 95 57 e1"
cleanShutdown = "TRUE"
virtualHW.productCompatibility = "hosted"
replay.supported = "FALSE"
floppy0.clientDevice = "FALSE"
replay.filename = ""
vmotion.checkpointFBSize = "134217728"

Binary file not shown.

View file

@ -1,9 +1,20 @@
config.version = 8 #!/usr/bin/vmware
virtualHW.version = 7 .encoding = "UTF-8"
config.version = "8"
virtualHW.version = "7"
memsize = 4 memsize = 4
displayname = simple-shaders displayname = "simple-shaders"
guestOS = other guestOS = other
mks.enable3d = TRUE mks.enable3d = TRUE
floppy0.startConnected = TRUE floppy0.startConnected = TRUE
floppy0.fileType = file floppy0.fileType = file
floppy0.fileName = simple-shaders.img floppy0.fileName = simple-shaders.img
extendedConfigFile = "simple-shaders.vmxf"
floppy0.clientDevice = "FALSE"
virtualHW.productCompatibility = "hosted"
uuid.location = "56 4d 0e 82 44 37 a4 fb-64 dd cf 3b 52 ee 53 cb"
uuid.bios = "56 4d 0e 82 44 37 a4 fb-64 dd cf 3b 52 ee 53 cb"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
vmotion.checkpointFBSize = "134217728"

Binary file not shown.