Re: Bootcamp

Liste des GroupesRevenir à co vms 
Sujet : Re: Bootcamp
De : antispam (at) *nospam* fricas.org (Waldek Hebisch)
Groupes : comp.os.vms
Date : 06. Jul 2025, 01:36:51
Autres entêtes
Organisation : To protect and to server
Message-ID : <104cgf1$vk0k$1@paganini.bofh.team>
References : 1 2 3 4 5 6 7 8
User-Agent : tin/2.6.2-20221225 ("Pittyvaich") (Linux/6.1.0-9-amd64 (x86_64))
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
On Thu, 3 Jul 2025 10:56:26 -0400, Arne Vajhøj wrote:
 
5) The idea of emulating one OS on another OS is questionable
    in itself. It is not that difficult to achieve 90-95%
    compatibility. But 100% compatibility is very hard. Because
    the core OS design tend to spill over into
    userland semantics. It is always tricky to emulate *nix
    on VMS and it would be be tricky to emulate VMS on *nix.
 
It was always tricky to emulate *nix on proprietary OSes. But emulating
proprietary OSes on Linux does actually work a lot better. Look at WINE,
which has progressed to the point where it can be the basis of a
successful shipping product (the Steam Deck) that lets users run Windows
games without Windows. That works so well, it puts true Windows-based
handheld competitors in the shade.

You mention Wine, but do you know what you are talking about?  At
the start Wine project had idea similar to yours: write loader
for Windows binaries, redirect system library calls to equivalent
Linux system/library calls and call it done.  The loader part
went smoothly, but they relatively quickly (in around 2 years)
discoverd that devil is in emulating Windows libraries.  Initial
idea of redirecting calls to "equivalent" Linux calls turned out
to be no go.  Instead, they decided to effectively create
Windows clone.  That is Wine provides several libraries which
are supposed to behave identically as corresponding Windows
libraries and use the same interfaces.  Only at lowest level
they have calls to Linux libraries.  In light of Wine experience,
approach taken by VSI is quite natural.

Why part has taken so much time?  We do not know.  One could
expect that only small part of kernel is architecture dependent.
Given that this is third port architecture dependent parts
should be well-know to developers and clearly speparated from
machine independent parts.  There are probably some performance
critical libraries written in native assembly (not Macro32!).
Of course compilers (or rather their backends) are architecure
dependent.  There is also question of device drivers, while
they can be architecture independent the set of devices
available on x86-64 seem to differ from Itanium or Alpha.

Given 40+ developement team (this seem to correspond to publicaly
available information about VSI) and considering 10kloc/year
developer productivity (I think this is reasonable estimate for
system type work) in 4 years VSI could create about 1.6 Mloc
of new code.  We do not know size of VMS kernel, but at first
glance this 1.6 Mloc is enough to cover architecure dependent
parts of VMS.  So one could expect port in 4-5 years or faster
if architecure dependent parts are smaller.  IIUC initial
VSI estimate was similar.

What went wrong?  Clearly VSI hit some difficulties.  Public
information indicates that work on compilers took more time
than expected (and that could slow down other work as it
depends on working compilers).  Note that compilers are
neccessary for success of VMS and in compier work VSI
actually worked close to your suggestion: they reuse
open source backend and just add VMS-specific extentions
and frontends.  But without knowing what took time we do
not know if some alternative approach would work better.

--
                              Waldek Hebisch

Date Sujet#  Auteur
21 May 25 * Bootcamp51Arne Vajhøj
21 May 25 +* Re: Bootcamp5Robert A. Brooks
21 May 25 i+* Re: Bootcamp2David Meyer
22 May 25 ii`- Re: Bootcamp1Subcommandante XDelta
23 May 25 i+- Re: Bootcamp1Stephen Hoffman
3 Jun 25 i`- Re: Bootcamp1Arne Vajhøj
3 Jun 25 +* Re: Bootcamp4Arne Vajhøj
6 Jun 25 i`* Re: Bootcamp3Craig A. Berry
6 Jun 25 i `* Re: Bootcamp2Arne Vajhøj
6 Jun 25 i  `- Re: Bootcamp1Craig A. Berry
7 Jun 25 `* Re: Bootcamp41Subcommandante XDelta
7 Jun 25  +* Re: Bootcamp17Lawrence D'Oliveiro
7 Jun 25  i`* Re: Bootcamp16Arne Vajhøj
9 Jun 25  i `* Re: Bootcamp15Simon Clubley
9 Jun 25  i  +- Re: Bootcamp1Simon Clubley
9 Jun 25  i  +* Re: Bootcamp8Dan Cross
9 Jun 25  i  i+* Re: Bootcamp2Simon Clubley
9 Jun 25  i  ii`- Re: Bootcamp1Dan Cross
9 Jun 25  i  i`* Re: Bootcamp5Arne Vajhøj
9 Jun 25  i  i +- Re: Bootcamp1Dan Cross
9 Jun 25  i  i +* Re: Bootcamp2Lawrence D'Oliveiro
9 Jun 25  i  i i`- Re: Bootcamp1Arne Vajhøj
10 Jun 25  i  i `- Re: Bootcamp1Simon Clubley
9 Jun 25  i  `* Re: Bootcamp5Arne Vajhøj
9 Jun 25  i   +* Re: Bootcamp2Robert A. Brooks
9 Jun 25  i   i`- Re: Bootcamp1Arne Vajhøj
9 Jun 25  i   +- Re: Bootcamp1Chris Townley
10 Jun 25  i   `- Re: Bootcamp1Simon Clubley
1 Jul 25  `* Re: Bootcamp23gcalliet
1 Jul 25   +* Re: Bootcamp4Simon Clubley
2 Jul 25   i`* Re: Bootcamp3gcalliet
2 Jul 25   i +- Re: Bootcamp1Arne Vajhøj
2 Jul 25   i `- Re: Bootcamp1Simon Clubley
2 Jul 25   `* Re: Bootcamp18Lawrence D'Oliveiro
2 Jul 25    `* Re: Bootcamp17gcalliet
3 Jul 25     `* Re: Bootcamp16Lawrence D'Oliveiro
3 Jul15:56      `* Re: Bootcamp15Arne Vajhøj
3 Jul16:27       +* Re: Bootcamp3Dan Cross
3 Jul20:14       i`* OS emulation [was Re: Bootcamp]2Rich Alderson
3 Jul21:32       i `- Re: OS emulation [was Re: Bootcamp]1Dan Cross
3 Jul17:33       +* Re: Bootcamp2bill
3 Jul17:47       i`- Re: Bootcamp1Chris Townley
3 Jul23:39       `* Re: Bootcamp9Lawrence D'Oliveiro
4 Jul01:56        +* Re: Bootcamp2Arne Vajhøj
4 Jul02:40        i`- Re: Bootcamp1Lawrence D'Oliveiro
6 Jul01:36        `* Re: Bootcamp6Waldek Hebisch
6 Jul04:22         +* Re: Bootcamp4Lawrence D'Oliveiro
6 Jul13:52         i`* Re: Bootcamp3Waldek Hebisch
6 Jul16:04         i +- Re: Bootcamp1bill
6 Jul22:38         i `- Re: Bootcamp1Lawrence D'Oliveiro
6 Jul16:02         `- Re: Bootcamp1bill

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal