Plex86 Lives, As Lightweight VM Technology 232
Kevin P. Lawton writes "Plex86 has been completely overhauled, and simplified to be a user (application) code only Virtual Machine technology. For running user code, many of the heavy weight x86-VM techniques are unnecessary. But the bonus is, Linux can easily be made to run inside the plex86 VM, so that the kernel is actually 'pushed down' to user privilege level. This has been demonstrated on both Linux 2.4 and 2.5 kernels. Thus, Linux can run in a plex86 VM without the need for any heavy virtualization. My goal is to keep the code base trim, tight, auditable and get to usable releases quickly. And to favor those goals over adding unnecessary complexities. The first milestones have just been reached, so it's still early in development. There are email lists available on the main plex86 site."
Taking So Very Long (Score:4, Insightful)
Re:Taking So Very Long (Score:5, Interesting)
Kevin's posted a very limited test case demonstrating this ability to the Bochs lists a bit ago.
Re:Taking So Very Long (Score:2, Informative)
He explains how he got Linux 2.5 running in his bochs-developers [sourceforge.net] post. It explains things pretty well, and it sounds pretty fast already - Plex86 can concentrate on all of the user level code, while Bochs handles everything else.
Re:Taking So Very Long (Score:2)
Try again... What you mean to say is that, on x86 (where Bochs is the least common and least useful) it will ``get a big 'ole speedboost."
Bochs' best feature is that it can run x86 instructions on a non-x86 machine. A project like Wine or MPlayer could make use of Bochs to emulate the x86 instructions, giving non-x86 machines the ability to run Windows binaries, or use windows dlls, respectively.
As I said, the virtualization market isn't a big one. Where people need x86 in a window, Bochs works quite well.
Re:Taking So Very Long (Score:5, Interesting)
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2, Interesting)
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2)
Granted, being able to have one powerful box (many redundant parts, yada yada yada) to care for, and virtual "images" of computers to deal with would kick the ass of having to manage a bunch of 1U servers.
I believe that virtualization is where everything is heading. Good lord, you already have it with SAN/NAS solutions (storage virtualization), why not with processors (server/cpu virtualization) ?
Jordan
Re:Taking So Very Long (Score:2)
VMWare has made great performance leaps recently, and IBM is using them to enable virtualization, like they've had for 15 years on mainframes, on PC hardware. It's a great application, and there are some nice benefits you gain from hosting a few dozen virtual machines on top of some really nice mid-range server hardware (mid-range being roughly $25,000 - $75,000 8-processor stuff), rather than investing in blade servers or a whole bunch of 1U rack units. Foremost among these is very, very easy recoverability. If the hardware hosting a virtual machine dies, fire up the virtual machine somewhere else, even on different hardware, or if it's a software problem, roll the disk image back one rev and see why it crashed. Easy. If your 1U or blade server dies, recovery time is generally far more. Not always worse, particularly if a competent sysadmin designed the architecture, but generally.
I don't mean to be a VMWare pundit, but particularly if you run ESX server, the results are very impressive. There are some limitations, notably that you can only have 1 logical "CPU" per virtual machine (up to 10 VM's per physical CPU), but aside from that, it's really nice. GSX server is a bit cheaper and runs on the GNU/Linux you know and love (rather than VMware's own version of Linux), and seems to be about on-par performance-wise. If you have some extra money to blow, give them a shot
Re:Taking So Very Long (Score:5, Insightful)
Software, especially good software, takes a lot of time to produce. Anyone can throw off crappy code quickly but to make something you'll be able to keep secure and stable over it's lifetime takes time and effort. Unless you're the developer what do you care how the effort is being spent? it's not your time or effort so feel free to go about your business doing something you feel your efforts are more useful in.
As for me I find Plex86 interesting because I don't want to spend a fortune on hardware but sometimes I do like to have a sandbox enviroment to run development stuff, test apps, or just open questionable email attachments. Bochs is to slow to run many apps properly and if I was going to spend the money for faster hardware I might as well just buy new computers. It makes more sense to use a virtualized enviroment and save some money (and hassle).
Virtualization may not have as many users as web browsers but it's technology which for the most part will continue to be useful for a long time. The x86 processor has a long history of compatible code so there is no reason to think Plex86/Bochs won't still be useful a decade from now.
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:4, Informative)
Re:Taking So Very Long (Score:2)
Just uses the renderer, like Galeon [sourceforge.net] and Phoenix [mozilla.org] do with the Gecko renderer of Mozilla.
But since I'm now running Mozilla, It should be much better than Mozilla for me to switch back (and it would need to run on Linux too). But it sure does look like a good secondary browser. for, for example mazdausa.com [mazdausa.com] that responds "browser not supported" even though it would probably work just fine if the server thought it was one of the 'supported' ones (I had a 'user-agent'-switch once in Mozilla for that, but lost it after a apt-get dist-upgrade...).
Bochs works fine - where fine = doesn't work (Score:2)
Plan9 won't run inside bochs for instance, as documented here [google.com].
which is a shame. Plan 9 runs in VMWare btw
Re:Taking So Very Long (Score:3, Interesting)
Re:Taking So Very Long (Score:2)
1999: Mozilla is taking so very long to materialize. I wonder if it is even worth the effort. Netscape works fine, even if slow, and free-browsers aren't exactly a big market.
2003: Economical nuclear fusion power plants are taking so very long to materialize. I wonder if it is even worth the effort. Coal power plants work fine, even if dirty, and electricity isn't exactly a big market... oh wait, yes it is.
Maintaining the status quo is rarely the right option. Sometimes progress takes a long time, but this doesn't invalidate or devalue the effort required to make that progress.
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2)
Re:Taking So Very Long (Score:2)
Have you ever thought that the slashdot editors might be `painting a picture of a garbage dump'? That is to say, making a story out of projects that few people care about...
You see, there are a lot of pointless projects out there. I don't complain about them until someone decides to stick them in my face and say "take a look at this".
Think of this like the complaints about John Katz. There are plenty of people in the world like Katz, but here he gets to have a forum for his nonsense.
It's the fact that useless things are getting press-coverage that the complaints are truly about.
Why do you think people complain about the press covering hi-speed pursuits, and similar, trivial events.
UML (Score:3, Interesting)
Re:UML (Score:5, Informative)
Yes, but UML uses almost 80% of the processor's MTRR registers as a scratchpad to save state. Therefore, any kernel drivers that require real-time interrupt service (NET, SCSI) have to use cut-through emulation, instead of the much faster native emulation.
The bottom line is UML works fine, and exhibits quite decent responsiveness, until you start trying to push disk and or network I/O.
It's a fundemental flaw of UML. But UML's proponents consider it a necessary evil in the name of portability and lightweight robustness. I'm not sure I disagree with them.
Re:UML (Score:2)
You're right! As long, that is, as you were only wanting to run multiple copies of Linux.
I currently have to dual-boot between Win2K (for Quickbooks Pro, which doesn't run under Crossover yet) and Debian (for everything else). I'd love to drop that setup, but the price of VMWare is a bit more than I can justify for that luxury. Plex86 would be absolutely ideal for my situation.
Plex86 vs. VMWare? (Score:4, Interesting)
Re:Plex86 vs. VMWare? (Score:4, Insightful)
plex86 has a heckuva long ways to go before it's even near competing with software like vmware.
provided that it even makes it there, companies like vmware have known it's coming for quite a while, and have surely been looking after their best interests just as if this were a commercial competitor.
competition is part of life, whether it be commercial, opensource, or the kid next door.
Re:Plex86 vs. VMWare? (Score:3, Interesting)
Easy, It's not any different than new competition for any company other than the competition in this case is giving away a product for free, so they can't compete on price. VMware will have to offer some additional value over Plex86. It could be improved performance, ease of use, stability, compatibility with more/different environments, tech support, you name it. They just have to offer something that people will be willing to pay extra for. Plex86 has a long way to go before they are a credible threat to VMware, but once that happens VMware will be forced to adapt
Summary: Kevin's a loser (Score:2, Interesting)
Re:Summary: Kevin's a loser (Score:4, Insightful)
Re:Summary: Kevin's a loser (Score:2)
VMWare isnt *just* linux (Score:2)
And dont forget ESX server...
Re:Plex86 vs. VMWare? (Score:5, Insightful)
Why is it that a community that could be broadly characterized as having heavy libertarian leanings encompasses so many, like you, who are willing to set aside those ideals for your pet project? I love VMware as much as the next person - I just think it's so cool seeing Phoenix BIOS show up in a window - but that doesn't mean I'm willing to set aside the capitalist ideals of free commerce and competition just so it will survive. If the Plex86 group can put together a better product and are willing to give it away, they win. If it takes them 10 years, then VMware has 10 years to find a different business model or go under. Businesses fail all the time. That's the way it works. If you can't cut it, you die. Meanwhile, Plex86 gets better in competition with VMware; VMware gets better in competition with Plex, and I win no matter which approach works best.
Re:Plex86 vs. VMWare? (Score:2)
Which version of VMware costs $130? Some academic version?
I'd love to play with VMware, but it looks like it would cost me $300 per computer.
steveha
$300 is a too high for home use (Score:3, Interesting)
Re:$300 is a too high for home use (Score:2, Interesting)
Re:$300 is a too high for home use (Score:3, Interesting)
VMWare also has several other really nice features like undoable disks. I've been using VMWare since version 1.0. Hot stuff.
Also, think about things like power usage, heat, desk space, etc.
Re:Plex86 vs. VMWare? (Score:2)
Rather than let your recollection stand, why not just take a look at the web site? You can see that prices start at $300 and go up from there. The server version is $3000, or $6000, depending on configuration.
https://www.vmware.com/vmwarestore/newstore/index
They used to have a limited version that would only run Windows 98 as a guest, and they got rid of that.
steveha
Re:Plex86 vs. VMWare? (Score:2, Insightful)
Those were interesting discussions. I happen to own a VMware liscence, and I use it occasionaly for particular virtualizing needs. I was anxious for Plex86, and mourned the impeding stagnation of the project when the project founder was fired. After two years, I'm still with VMWare.
Meanwhile, VMWare is being eaten at on a few fronts besides Plex86. The most recent evaluation we did for VMWare, pitted its virtual terminal server product against CodeWeavers' Wine server, Citrix, and good ol' Windows 2000. In the end Windows 2000 won, becuase, well, it was already there. Many window's programs have been decided that way.
I don't particulary see a difference in being undercut by a free solution, or being undercut by a built-in the OS solution (*ahem* Netscape). Nor do I see a difference between those undercuts, and being beat out by a better product from a different competitor.
In the end, its the developers obligation to ensure success with a quality feature full product. I think that is why, in the end, some have felt that OSS development models are better. But as far as interaction between Linux programs and free Linux programs, I see nothing out of the ordinary.
------------------
OnRoad [onlawn.net]: A review of "Piston Envy: The Sociology of Racing Games"
Adapt or Die (Score:3, Insightful)
Could be complimentary in the long run (Score:2)
It really is a different concept than VMWare anyway. VMWare is hosted in one of the OSs (I know they have at least Linux and some versions of Windows, probably more), where this VM runs on top of the hardware (if I understand correctly). One thing I do wonder about, though. By putting it between a hardware abstraction layer and the hardware, a huge part of the job is to support the variety of available hardware.
One of the crowning achievements of Linux is the variety of hardware that is supported. That's always been the biggest problem for any PC OS that isn't from MS, lack of driver support, and this goes for the commercial PC UNIX vendors from the beginning (no doubt, OS/2 as well). Linux has pretty much solved this problem, and it has been a very hard problem (i.e. it takes lots of resources in the Linux community). So, aren't they taking on this problem with Plex86, or do they somehow piggyback on Linux drivers? That's certainly what I would try for if I were designing it.
Re:Plex86 vs. VMWare? (Score:2)
But will it be able to do what the VMWare ESX server stuff can do - basically act as a mainframe on a PC?
Re:Plex86 vs. VMWare? (Score:3, Insightful)
It should be obvious by now that the computer iliterate control more businesses, more markets and have more control over your freedom to choose than your government ever did. So then I wonder why a Linux user might choose to support a free software developer over a commercial package, which probably includes some form of registration, serial number for authorization or other form of commercial/capitalist tone that clearly shows the greedy in the eyes of all you shareholders.
Its pathetic that we can't play fair and get along and understand eachother. I understand you. But, no, there won't be commercial software for Linux for a long time, if ever. And you know something? That doesn't matter. Because it is not needed. We will write our own. so
Portability? (Score:2, Interesting)
VMware doesn't need a device driver, if I'm not mistaken. Wasn't plex86 originally supposed to be a clone of VMware?
Re:Portability? (Score:4, Informative)
VMware under Windows, loads up several device drivers to bridge/route network traffic between the virtual machines and your local NICs.
And when I installed a demo VMware on my Linux box, it needed a kernel headers to build the vmware kernel modules(don't know what for). So, Vmware also needs modules/device drivers for operation.
Kashif
Re:Portability? (Score:2)
Actually, we do. ls -l
The virtual machine monitor itself must run on the bare hardware, so we need help from the kernel.
Keith Adams (VMware engineer)
Plain english please (Score:2)
What does Plex86 run on top of? If it's a VM would it run on top of say Windows or something, allowing you to run your OS of choice within that? Or is it a way of allowing programs compiled for this quasi-x86 architecture to run on other different architectures (ie it vituralizes the hardware directly)? Or something else entirely?
Re:Plain english please (Score:3, Informative)
So you can run Windows inside linux, or linux inside linux. They all have to be for the x86 though. But I don't know how well it works.
Bochs is the emulator that runs code for the x86 on ANY processor, PPC, Sparc, whatever it will compile on. So that you could run Windows on a Sparc or a Mac. Though I don't know if it works THAT well.
Re:Plain english please (Score:2)
Question... Bochs/Plex86/MandrakeSoft (Score:2)
What did happen? It seems that all mentions of this MandrakeSoft support has been dropped from the Plex86 pages !?!
Just found... (Score:3, Informative)
MandrakeSoft Buys Bochs, LGPLs It
Linux MandrakePosted by Hemos on Thursday March 23, @00:50
from the good-things-are-happening dept.
Direct from the mouth of Gael Duval, we've gotten word that MandrakeSoft (Yes, the folks who make Mandrake-Linux. No, it has nothing to do with Mandrake of Enlightenment fame. ) have purchased Bochs and hired Kevin Lawton. Now that Bochs is LGPLed, the Plex86 development can be speed up as well.
http://slashdot.org/article.pl?sid=00/03/22/18512
When will it be useful? (Score:5, Interesting)
0) multiple virtual Linux servers, each in its own chroot jail.
1) run Win98 under Linux, to be able to run Win32 apps for testing purposes or backwards compatability.
Sounds like it will do multiple Linux servers very well, soon. But do they still have any hopes for plex86 running non-Linux OSes as guests?
P.S. According to reviews I have read, Win4Lin does a decent job of letting you run Win98 under Linux. It's not free software, of course.
steveha
Re:When will it be useful? (Score:2)
If Win uses these instructions, then Plex86 won't work, but maybe the Plex86/Bochs solution that's mentioned on the site will.
Re:When will it be useful? (Score:2)
I don't know much about the x86 architecture, but given that it's CISC I bet it's likely that these 3 instructions could be replaced with a string of different instructions.
Then it could be used for any binary, not just Win2k =D
Re:When will it be useful? (Score:3)
User-Mode Linux? (Score:5, Interesting)
If the Bochs/Plex86 combination is actually faster than Bochs by itself on X86 hardware, and can approach the speed of VMWare, well, that sounds interesting to me. Virtualization technology is a large and growing market, funding a lot of IBM's recent growth in the mid-range server market with quad and 8-processor systems running VMWare to aggregate systems, improve manageability, and reduce personnel management costs. There's no denying the need is there; VMWare posted their first profit ever last quarter because of these strong sales, with more big money coming down the pipe.
Competition among free software projects is a good thing. I'm glad to see Plex86 come out with something new that may work better than the old. But what most people wanted was to run multiple copies of Microsoft Windows on top of Linux, or to run MS Windows in VMs alongside GNU/Linux, and if that doesn't work easily & quickly, it may be a potent obstacle to widespread adoption.
Re:User-Mode Linux? (Score:3, Interesting)
This virtualisation technique, however, could probably be much safer.
Re:User-Mode Linux? (Score:5, Informative)
"In short, the changes cause the UML kernel to run in an entirely different host address space from its processes. This solves the security and honeypot fingerprinting problems by making the UML kernel totally inaccessible to UML processes. Their address spaces are identical to what they would be on the host. This also provides a noticable speedup by eliminating the signal delivery that used to happen for every UML system call."
So, there you have it. It requires a kernel patch, but basically solves all the old UML security issues. I don't believe it's quite ready for primetime, though.
Can someone clarify (Score:2)
Is this a super-bochs should I feel like running windoze on linux?
Or is this an excellent way to test out a linux kernel someone hacked, but didn't want to risk their system?
Details in Kernel Traffic (Score:3, Informative)
This is just like a microkernel, just less clean (Score:5, Informative)
Check out http://www.l4ka.org, http://os.inf.tu-dresden.de/fiasco/
and
http://
All my respect to Plex86, but I don't think their design will ever be as clean or effecient as that of L4. All software mentioned above is GPL.
Re:This is just like a microkernel, just less clea (Score:5, Informative)
I'll be the first to agree that L4 is wonderful and the Dresden Operating Systems group is doing some amazing stuff with it. There's a lot of hard core hacking going on there. Most recently DoPE [tu-dresden.de] caught my eye. It's a real-time display system for DROPS and Norman Feske's thesis is an interesting read. Heh, I love that project name too...
However, it's sort of irresponsible to propose NomadBIOS as an alternative to something like plex86. Granted, NomadBIOS is cool and has a lot of potential for the future. There's a lot of possibilities once you start transparently moving running kernels between machines! However, NomadBIOS makes use of a modified l4linux 2.2 kernel and that cause some problems. (For those out of the loop, l4linux is a port of linux designed to run on top of an instance of the l4 microkernel).
To begin with, with 2.6 almost here, 2.2 is starting look really old and nobody seems to have the man power to port 2.6 (or even 2.4) to l4.
More importantly, l4linux really isn't remotely secure, stable, or production quality. Linux apps can access the l4 interface. See the Fiasco (an implementation of l4) faq [tu-dresden.de] for info on this. This foils any attempts at security. This is traditional viewed as a feature because it makes life easier for the Dresden hackers, but would be a problem in this kind of situation.
Then you have all the voodoo that was went into getting linux on top of l4. I get nervous just booting l4linux, let alone attempting to use for anything serious. It's possible to screw things up royally. I definitely chewed up a root partition one time (not quite sure what I did wrong either!
Anyways, I'm glad that someone mentioned NomadBIOS because it's a great project, but let's not go pimping the wrong solution to the problem of needing a virtual machine. NomadBIOS is what we like to call Blue Skies work. Cool research that may well change the future playing field, but irrelevant for now.
Re:This is just like a microkernel, just less clea (Score:3, Insightful)
The problem with L4 is that OSes ust be ported to it. Virtualisers are supposed to be able to run OSes without porting them.
L4 is great, don't get me wrong. It's just not even close to being the same thing.
That's nice... (Score:3, Funny)
Difference from UML? (Score:2)
When would you use one, when would you use the other? Does each have gotchas the other avoids? What fundamental operations, at the system-call level, do they use? What kinds of software is each good for or useless for testing? Which bits of the kernel (aside from actual hardware drivers, duh) never get exercised in each?
Project Management (Score:5, Interesting)
Kevin's code is obfuscated and doesn't mean much to you unless one or more of the following is true--
1) You are an equally enlightened coding genuis as Kevin is;
2) You have been programming for 25 years and still don't know what a comment line is for;
or
3) You always work alone and therefore the more disorderly the code the better for you.
This has been a real problem. I hope that his fork of the code works better than what I've been trying to document for the last year.
--Drew Northup, N1XIM (former, I guess) Plex86 maintianer
Re:Project Management (Score:2)
I've been looking for that old code. Found the Savanah site, got delayed setting up CVS.
Botton line: what can I do with the old Plex86?
Re:Project Management (Score:2, Interesting)
The unreadable bits, mind you, had little to do with the IA-32 ISA--they were in the nexus code. Most everything else was written with the involvement of many other people, so it follows much more easily. So yes, he likely has yanked them out. I'm not sure what I'll be doing next, but if anybody here gives a s#*! I'd be happy to tell you. Ideas on the back burner:
1) Live DB-based collarborative code editing framework;
2) A Caching, Versioning, Journalling File System;
3) A code outline editor that doesn't do nasty things to the code--so that not everybody on the project has to use it.
If anybody is interested (and doesn't mind working with a quality and documentation obsessed engineering-trained hard-ass--guess how I got to be that way......) then I'd be happy to hear from you some time. I'll check back here to know if I should make myself easier to get a hold of for you.
--Drew Northup, N1XIM
I don't get it. (Score:3, Interesting)
Re:I don't get it. (Score:4, Informative)
Re:I don't get it. (Score:2)
Re:I don't get it. (Score:2)
My feeling is that this project should exist at two levels, a basic version that will support modified source code operating systems and a module to provide ring 0 virtualisation. Possibly, that module could use Bochs to step through the code for the first time and as it is checked as free of the instructions with virtualisation problems, it could be executed natively.
Keeping the basic functionality separate would ease support issues and keep cooperating operating systems running fast. If the binary Guest OS facilities are a little flaky, that's sad but we can live with it or buy VMware.
How about vserver? (Score:3, Informative)
The VServer Virtual Private Server and Security contexts allows you to easlity split your main linux server in to an (infinite?) number of server that use the same kernel, but for the rest are completly independent. Each server has it's own init, users, passwords etc etc. Also the networking is seperated creating intresting setup possibilities. Also think "shared virtual linux" servers instead of just Shared web hosting.
One possible application of VM technology... (Score:2)
You assemble a cluster of machines, that "looks" like one big SMP box (beowulf?). Using your VM software, you provision servers as necessary.
See? You can add resources (processing power) incrementally, independently of adding actual physical hosts.
You don't need to make each critical server redundant, because the redundancy is at a lower level; the VM is running on redundant hardware already. You can lose multiple machines, and still be up and running, at reduced capacity. Compare that to my cluster, if I lose 2, and both happens to be my db servers, I am screwed.
You need a web server? here, lemme cp you an image, and there you go, there's your web server.
Re:One possible application of VM technology... (Score:3, Interesting)
O/S 390 lets you partition all of the resources (I/O bandwidth,. CPU time (think about setting up vmware to give one VM 2.6 CPUs and another 1.4 CPUs), RAM, and of course disk space). The Oracle liscence fees depend on how much processor power you give to the partition(s) you're running Oracle in. It's really too bad we didn't all get poor slow ripoffs of Big Iron rather than getting the super tweaked typewriter brains (x86) we run stuff on now. This really cool stuff has been around for decades.
Sorry, today I saw the SGI parallel machine my lab got and was reminded about how cool some hardware is. Then again, the beast isn't up and running yet because it needs some specialty wiring run in the lab. My apartment power is finiky enough the way it is.
As to the oposite of the IBM approach, I learned today that the Cray T3E isn't an SMP machine. You dedicate a certain number of the CPUs to the OS and some to running realtime/interactive processes, and the rest of the CPUs run normal processes. This is Asymetric Multi Processing, like how the FreeBSD kernel used to only run on CPU 0. I lost a little respect for Cray today, though I guess AMP is the easy way to get scalability to thousands of CPUs. You have to manually configure the number of CPUs dedicated to OS tasks, etc. While I'm rambling, is anyone aware of any microkernel OSes that run on Big Iron?
Re:One possible application of VM technology... (Score:2)
the solution you presented sounds to me like VM on a single machine.
I appreciate the info, and please forgive my ignorance of mainframe (hey, let's face it, mainframe era machines in general
Hardware version? (Score:2)
I havent tried this but, from what they claim, sounds great. This is just what is needed till developers produce code for Linux and Windows. I wouldnt mind doubling my ram given theres no CPU overhead running just one OS.
On a related note, if transmeta or AMD introduced a new runleve or execution mode 'multiplex mode' in their chips to simplify switching OSes, and automatic remapping of memory so even the interrupt table, DMA and device memoryIO are mapped appropriately for each OS, I'm sure I'll buy one.
Anyone wanna patent THAT idea? Or even better, criticize it?
Re:Hardware version? (Score:2)
running linux as a user process on windows (Score:3, Interesting)
This would mean a number of things, but one of them would be that a windows user wouldn't even need to reboot to be able to run a full distribution of linux on their windows box.
I wonder if plex86 has a route to acheiving the same end?
Re:running linux as a user process on windows (Score:2)
Re:running linux as a user process on windows (Score:2)
True, but that doesn't mean they would need to reboot windows less often, and they would have to reboot the linux box along with it.
Sam
I just couldn't resist... (Score:2)
What software project doesn't have this goal?
More importantly, which projects succeed?
An Attempt to Explain difference between UML (Score:4, Interesting)
User Mode Linux is a port of Linux that allows the host Linux operating system to run the Linux kernel as a process (this could be seen more or less, as an exokernel). This is done by changing the Linux kernel code to use malloc() to allocate memory instead accessing hardware.
UML uses ptrace to intercept its childrens system calls and then forwards them to user-functions in the kernel.
Plex86 on the other hands makes no modifications to the kernel. Instead, it takes a stock(1) kernel and virtualizes the few instructions that aren't allowed to run in user mode (an exception is thrown when these instructions are attempted to run and Plex86 catches this, performs the virtualization, and returns as if the instruction actually executed).
Plex86 is literally virtual machine whereas UML is really just removing and hardware specific stuff in the kernel and making it a regular C program.
(1) I lied a little here. There is an inherent design flaw in three instructions on x86 such that they do not allow for the above. Kevin submitted a small patch (that I assume got accepted) to make these instructions only be accessed through inlines with additional code such that they behave as they should. By correcting this, it makes implementing a VM more or less trivial.
Note: unless someone finds a _really_ innovative way to allow these instructions to be easily handled for other operating systems, it's not likely you'll see Plex86 run other properitary operating systems.
Note2: Plex86 is more likely to make it to Windows first because UML requires ptrace and Windows has no concept of ptrace(). Not to mention the fact that mmap behaves quite differently on Windows.
Note3: Yes, the above problems have been addressed in the UML Win32 port but they are non-trivial. From what I can gather, a Plex86 port will be pretty trivial to Windows...
FreeMWare (Score:2)
Resisting ... urge ... to comment ... (Score:5, Interesting)
I work for VMware. if you want to believe we've corrupted Kevin's precious bodily fluids, feel free. I don't speak for the company, and I know nothing beyond what slashdot has posted about plex86. Consider yourself disclaimed.
If I understand the story correctly, plex86 has basically surrendered. They've given up on running arbitrary supervisor level code; the Linux guests that Kevin refers to above require a patch [iu.edu] to "fix" something the new "lean, mean" plex86 gets wrong.
If Linus is feeling even vaguely himself, he will not accept this patch. Ordinarily, people trying to put stuff into the kernel that a) hurts performance, and b) fixes no real problem, but c) is critical to some contrived project that seems really important to the contributor get entertainingly flamed, and then shown the door. In fact, Kevin's most likely motivation for submitting this as a Slashdot story is to marshall support for his Linux patch.
Even if Linus does accept this patch, I can guarantee you that Microsoft, the FreeBSD team, the now non-existent Be, etc., won't all be taking helpful hints from Kevin about which x86 features they may and may not use. Ergo, there is nothing interesting (either commercially or geekily) you can do with plex86; the most it can hope for is to run recent-ish Linux guests on recent-ish Linux hosts. Bestill my heart.
On the upside, maybe Kevin will stop implying that VMware stole Bochs [winehq.com], now that he's spent four years trying to clone our software and has finally admitted defeat.
Re:Resisting ... urge ... to comment ... (Score:2)
On the other hand
On the third hand
Re:Resisting ... urge ... to comment ... (Score:4, Informative)
Wrongo. When we say "VMware supports FreeBSD," we mean that customers can call us and expect us to help with problems running FreeBSD in a VM. "Unsupported" guests that work fine include Plan9, BeOS, Openstep, FreeDOS, and AtheOS. VMware is not just a big dumb hack that happens to work for Linux and Windows.
Re:Resisting ... urge ... to comment ... (Score:3, Interesting)
Re:Resisting ... urge ... to comment ... (Score:2)
Re:Resisting ... urge ... to comment ... (Score:2, Informative)
Here [iu.edu] is a link to the actual patch.
Yes, it IS interesting; and no, it won't be confined to Linux hosts. (Nor guests, ultimately -- at the least, *BSD will be available.) I do agree that in a sense it looks like "giving up", though; it's certainly become less ambitious.
Thanks for coming out (Score:3, Informative)
I must say that I appreciate VMWare for both its hack value and usefulness. (It's also one of the too few commercial applications that's as easy to deploy as should be with it's download-configure-pay -model.) Nice to hear a human^Wnerdish voice from someone inside as well.
VMWare 2.x Video Support Experience (Score:2, Informative)
I'm a loyal, huge fan of several old DOS based engineering programs that don't have "modern" windowed or OSS equivalents that are nearly as efficient, and just don't work and play well in a Win2k DOS box (if you can call it that). But even so, I need to use Win2k for the rest of the CAD/CAM/EDA work I do day to day.
So, basically I just needed something to run these old DOS programs. I looked at Bochs, which was pretty young at the time, and wouldn't cut it at all then. I decide to try out VMWare, thinking that just simple non-VESA basic VGA emulation would pretty much be a slam-dunk and work out of the box. Wrong. Nothing but trouble, corrupted video, all sorts of "issues".
Now, I understand that these programs may manipulate the VGA hardware in, um, "non-standard" ways, but even so, I didn't expect the bulk of my old software running in simple 640x480x4bpp mode to exhibit such horrible artifacts. IIRC, even 320x240x4bpp mode exhibited the same problems.
After some fooling around, as an experiment, I installed Linux inside VMWare - with the proprietary X server, and then eventually succeeded in getting my DOS programs to run inside Linux inside Xdosemu. Even though it worked, it was a bit too much of a kludge - even for me. Research and emails to VMWare basically confirmed that video support for anything other than Windows or Linux just wasn't going to be "complete". Bummer.
So, I tried VirtualPC. Even though it was slower than VMWare, when running software in a DOS environment that was cutting edge in the 486-66 days, running in a VM on a 800MHz host seemed unnaturally fast in many ways
Many people have run VirtualPC down in that it emulates "outdated" hardware like the DEC Tulip ethernet controller (Intel now I believe) and the lowly S3 Trio video card, but from what I've seen, the hardware emulation is true to the real deal - and the bonus is that just about anything can support those two hardware components. So, VPC gave me what I needed, at a price and speed that were reasonable, even if it doesn't run on everyone's favorite free OS.
I'm sure VMWare has improved in many of these areas, but for what I needed at that time, it didn't fit at all, and was a basic disappointment. I'm sure if I needed a virtualized server farm, which is the main focus of VMWare currently, I'd be much happier. But it's strength at that time was in processor virtualization and not hardware emulation.
I'm intrigued with the "new" Bochs/Plex86 combination, and maybe someday it will be able to do what I need it to do, under any host OS it's available on. For now, I'll use VPC and watch intently from a distance.
Just my two cents worth.
Brad
Will the new Plex86 run under Windows (or cygwin)? (Score:2)
But I've somewhat invested in Windows, and it still probably beats linux as far as ease of use.
I've been thinking that running a virtual linux might be a good way to transition.
I'm currently running cygwin, but I'd like to be able to use a GUI.
Will the new Plex86 be able to help me? (I.e., is there or is it likely there will be an MS Windows port?)
What about User Mode Linux? MS Windows port?
Once I do transition, of course I'd want to run MS Windows virtually: I guess for that my only choice is VMWare. Or buying a another PC, and VPn'ing. Or do you have a better idea?
Re:Will the new Plex86 run under Windows (or cygwi (Score:2)
LINE [sourceforge.net] can run Linux binaries on Windows, much like WINE executes Windows binaries on Linux, though it's probably not as useful as Cygwin or a full Linux system.
There is also a port of User-Mode Linux to Win32 [sourceforge.net] underway, but it is not very far along yet and would probably not be useful to you. (Also, it depends on the aforementioned LINE. Which I think is kind of funny.)
Re:Will the new Plex86 run under Windows (or cygwi (Score:2)
Yeah, I can run xclock and xeyes and xterm, and that's about it.
Re you telling me I could riun, for example, Gnome or KDE? If so, how?
And yes, it's ironic UML on Win32 requires LINE to run.
My visiion is running linux with emulated Windiws runnng Plex86 linux running Windows... Lather rinse, and repeat!
Any word on... (Score:2)
Re:Slow news day? (Score:3, Informative)
Re:User Mode Linux? (Score:3, Informative)
plex86 is an x86 virtualizer that lest you create multiple virtual x86 machines to run whatever you want on them.
Re:User Mode Linux? (Score:2)
Not much use.... (Score:2)