Re: write state to swap for multi-os boot

From: Eric Kjeldergaard (kjelderg_at_gmail.com)
Date: 01/03/05

  • Next message: Phil Schulz: "Re: Why might my USB devices *not* be detected?"
    Date: Mon, 3 Jan 2005 03:48:50 -0600
    To: "ctodd@chrismiller.com" <ctodd@chrismiller.com>
    
    

    > > But it's a great way to boot Linux under Windows, or FreeBSD under
    > > either, or have multiple OSes running simultaneously under a single
    > > computer.
    >
    > How good is device support from within vmware? Can I get to
    > serial/usb/audio/network ports seamlessly?

    Well, these things aren't exactly seamless, but they are doable. In
    (all?) of these cases, the access to the host's resources are done
    indirectly via drivers and emulated hardware. An exception to this is
    USB which can (I think) be done directly allowing a client to utilise
    the USB devices of the host regardless of the support of the
    individual device by the host. As far as network, it can be natted or
    bridged from the controller, and audio is done as a sound device
    driver that just streams the sound to the parent's sound mechanism.

    -- 
    If I write a signature, my emails will appear more personalised.
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Phil Schulz: "Re: Why might my USB devices *not* be detected?"