Slashdot Mirror


User: DGM

DGM's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. my cfg file on VMWare Beta Release · · Score: 1

    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






  2. Works for me! on VMWare Beta Release · · Score: 1

    Interesting... I have SCSI emulation installed, and everything works OK for me, installing NT 4.0 workstation over Linux 2.0.36...