Forgot your password?
typodupeerror

Comment my cfg file (Score 1) 213

See, the weird thing is that I didn't do anything special at all, it just worked fine. But, here is my nt4.cfg for anyone who cares...

--------------------------------------------

#!/usr/local/bin/vmware

# virtual hard disk on primary master
ide0:0.present = TRUE
ide0:0.fileName = /home/dmiller/vmware/nt4/nt4.dsk
ide0:0.mode = persistent

# CD-ROM
ide1:0.present = TRUE
ide1:0.deviceType = atapi-cdrom
ide1:0.fileName = /dev/cdrom

# no floppy installed
floppy0.present = FALSE

# networking bridged to real ethernet
ethernet0.present = TRUE
ethernet0.connectionType = bridged

# memory size
memsize = 64

# nvram
nvram = /home/dmiller/vmware/nt4/nt4.nvram

# log file
log.fileName = /home/dmiller/vmware/nt4/nt4.log

# hints
hint.guestOS = nt4

sound.present = TRUE






Slashdot Top Deals

Were there fewer fools, knaves would starve. - Anonymous

Working...