NetBSD Adopts NetBSD/xen for Internal Use 34
agent dero writes "With NetBSD 2.0, the NetBSD Foundation also released support for a new port, NetBSD/xen.
A version of NetBSD meant to run on top of the Xen virtual machine monitor. In this press release the foundation has announced that it is using the port and Xen for much of its internal development, citing security, and ease of use as main reasons for its adoption."
Xen is cool (Score:5, Funny)
BSD dying (Score:3, Funny)
A Great Leap Backwards (Score:1)
So Xen supplies a NetBSD kernel that runs under Xen 2.0. NetBSD now supports Xen 1.2. How is this a great adv
Re:A Great Leap Backwards (Score:5, Informative)
Where to get Xen? (Score:1)
Of course, now that I've seen it on Slashdot, it's a cinch to find. (Go figure...)
If only we had the WindowsXP port (Score:5, Interesting)
That makes me wonder if I can share one nic between the OSes, or put in two NICs, assign one for each OS.
Apart from Zen, would be cool to do a complete replace-boot, as in the OS state is frozen and written to harddisk (some laptop bioses do this), and the state of another OS is read... making switching between OSes, as fast as reading the same amount of data as your used up ram.
Heck I'll just buy another machine and use a KVM switch.
Re:If only we had the WindowsXP port (Score:1, Informative)
Re:If only we had the WindowsXP port (Score:1, Informative)
VMWare Workstation (and I assume the rest) can do this. You can also take snapshots, which copy "RAM" and "disk" state to files on the host disk. It seems to only support a single snapshot, but is great for taking a snapshot of a cle
Re:If only we had the WindowsXP port (Score:3, Insightful)
My understanding of Xen is that NetBSD is one of several operating systems that can run as the primary or "monitor" OS within Xen. Other operating systems (including Windows and Linux) can then be run as secondary OS'es. A research version of Windows could run as the primary / monitor OS, but it is not readily available.
I should add that I've not actually tried Xen yet, but if my understanding of Xen is correct then I'm keen to try it. I'd ideally like to have NetBSD as the primary OS, and Linux as a seco
KVMs (are evil) (Score:1, Interesting)
The mouse emulator that bites,
The cords that catch.
Beware the loss of functionality.
And shun buttons 3 4 and 5, natch.
Now that I've set the Reverend Dodgson spinning in his grave, let me translate.
Smarter KVMs have a big problem with fancy pointing devices. Many are designed to emulate a mouse to each attached CPU. For various reasons, they emulate a two button MSFT scroll mouse. So anything fancier is lost functionality.
I did find (just after purchasing a different one, n
Re:KVMs (are evil) (Score:1)
Erm (Score:1, Interesting)
Re:Erm (Score:4, Interesting)
Xen has been benchmarked to outperform [cam.ac.uk] VMWare in certain applications. In addition, Xen allows you to migrate a domain (instance of client OS) to another machine running Xen, live over the network.
Although, another difference is that the OS must be ported to run on Xen. But Linux, FreeBSD, NetBSD have been ported.
Re:Erm (Score:2)
VMware's ESX can do this. I saw a demo of this last year in Baton Rouge, LA.
However, the really cool thing to me is the fact that the entire client environment is one file. Backing up or restoring a corrupted instance, or even cloning new servers, is trivial... you copy one file from A to B, and you're done.
Re:Erm (Score:4, Informative)
Xen can be thought of as a micro-micro (nano?) kernel. it exports a minimalist subset, just enough to virtualize the hardware, absolutely nothing more. as such it's not that hard to "port" your OS to run on this kernel, but there is work to be done,
Re:Erm (Score:2)
Server side yet? (Score:2)
Nothign against the use of linux in general, I just prefer FBSD for servers..