Subversion Repositories HelenOS-historic

Rev

Rev 532 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 532 Rev 534
1
#!/opt/vmware/bin/vmware
1
#!/opt/vmware/bin/vmware
2
config.version = "8"
2
config.version = "8"
3
virtualHW.version = "4"
3
virtualHW.version = "4"
4
scsi0.present = "FALSE"
4
scsi0.present = "FALSE"
5
memsize = "96"
5
memsize = "96"
6
ide0:0.present = "FALSE"
6
ide0:0.present = "FALSE"
7
ide1:0.present = "FALSE"
7
ide1:0.present = "FALSE"
8
floppy0.startConnected = "TRUE"
8
floppy0.startConnected = "TRUE"
9
floppy0.fileType = "file"
9
floppy0.fileType = "file"
10
floppy0.fileName = "image.bin"
10
floppy0.fileName = "image.bin"
11
sound.present = "FALSE"
11
sound.present = "FALSE"
12
displayName = "HelenOS"
12
displayName = "HelenOS"
13
guestOS = "other"
13
guestOS = "other"
14
nvram = "HelenOS.nvram"
14
nvram = "HelenOS.nvram"
15
isolation.tools.hgfs.disable = "TRUE"
15
isolation.tools.hgfs.disable = "TRUE"
16
 
16