Slashdot Mirror


"Missing Link" In Windows Emulation Unveiled?

ben_ writes "According to this article on inq7.net, a Philippines company called SpecOps has revealed their Project David, a middleware layer that solves the problem Wine has been working at for years and will "enable all major Microsoft Windows applications to run on the free and open source Linux OS". Further (and more sceptical) analysis at Linux Electrons." I'm with Linux Electrons on this; as nice as it sounds, the information about David comes via Press Release which as we all know are founts of dependability *cough*.

4 of 458 comments (clear)

  1. Go to the link and check the page source by tetrode · · Score: 5, Informative
    Some information is hidden in

    Full text, without comments:

    SpecOpS Labs is developing a Systems Level product called David . The primary purpose of David is to
    provide a platform, which will serve as a viable alternative to the MS Windows Operating System.

    Our first release of David, version 1.0, will be a Middleware program that will sit on top of the free and
    open-source Linux operating system, and enable it to seamlessly run most Windows applications. Working in the
    background, David will enable users to run their favorite programs with the look-and-feel they are familiar with.

    *COMMENTED OUT*

    The next generation will, in effect, incorporate the operating system into the web browser, virtually eliminating
    the need for an operating system eventually, except to boot the computer and launch the browser.

    *END COMMENTED OUT*

    David will be configured to be made available for installation either through the internet or from a compact disk
    or DVD. It may either be pre-installed by OEMs, or may be easily installed by consumers themselves in plug-and-play
    fashion.

    *COMMENTED OUT*

    David will be distributed to consumers in five releases. See the Information Memorandum within the Investor
    Relations section for detailed information on each scheduled release. The David V 1.0 architectural framework has
    been validated, prototyped, and copyrighted and has entered the full design and development stage.

    *END COMMENTED OUT*

    Running Windows Applications on Linux. Most of the popular software applications such as Word,
    Excel, Quicken and PageMaker are designed to run exclusively on the Windows OS;
    that is, Windows applications cannot natively run on the Linux operating system.
    However there are three alternative methods of running Windows applications on
    the Linux OS. These three methods include:

    • Porting: which requires recompiling the application source code to run on Linux;
    • PC Emulation: commonly misunderstood as Windows Emulation;

    • Re implementation of the Windows Environment Subsystem

      *COMMENTED OUT*

      the David Technology
      Link describes the simulation of the Windows Environment
      Subsystem. For a detailed explanation of the other 3 methods,
      click on the Our Market
      - Competitors section of this website.

      *END COMMENTED OUT*

  2. Re:Stolen code base by Anonymous Coward · · Score: 5, Informative

    Actually, would this even be illegal?

    Yes.

    For a start the phillipines are a signatory of the Berne convention and as such have to abide by it's terms.
    Basically, they have to abide by international copyright laws.

  3. Re:Yeah, but... (I'll bite) by irw · · Score: 5, Informative

    Bzzzt. Wrong.

    The (academic) definition of "operating system" is "interface to the hardware".

    "kernel" in unix terms is synonymous with "operating system".

    "distro" is "operating environment".

    If you *really* want a complete rant on this, I have written one, sad individual that I am.

    In future, please refer to a recognised textbook (suggestions in the link above) before jumping in.

  4. Re:Yeah, but... by megabeck42 · · Score: 5, Informative

    This assertion is an untruthitude.

    First of all, lets define an operating system (roughly, for the sake of argument): The operating system is software used to allow applications a standardized method for using system resources.

    In DOS, applications would make calls to interrupt 0x21 to access system resources like files and memory.

    If Windows 9X were a GUI that used DOS as it's operating system, then it would use interrupt 0x21 for all of its I/O.

    Windows 9X, upon initialization, replaces the context of DOS with it's own. It switches the processor to 386 Protected mode and installs its own set of hardware, filesystem, network, and other drivers. It replaces the int 0x21 interface with its own. Applications use Windows 9X for access to system resources (ram, files, network, etc.) Also, this emulation is miserably slow.

    Windows 9X does have code to allow Windows 9X to use DOS drivers (The 16bit drivers, if you will.) However, This is done by creating a virtual 8086 context, and making calls to int 0x21. This, however, is not recommended and is provided for backwards compatability. (Think of it as Windows 9X emulating DOS to allow the drivers to operate.)

    Also, Windows 9X will return the computer to the DOS context that it replaced when it "quits". However, that context is not used (with the exception of the above paragraph) for the normal operation of the computer.

    Windows 9X has its own kernel, its own drivers, and is very much a complete, functional operating system. Yes, it may be bug ridden and broken, however, it is a real operating system.

    Honestly, a more accurate statement. would be that DOS is a bootloader for Windows 9X.

    --
    fnord.