[Info-vax] New CEO of VMS Software

Lawrence D'Oliveiro ldo at nz.invalid
Thu Jan 4 23:46:57 EST 2024


On Thu, 4 Jan 2024 22:22:19 -0500, Arne Vajhøj wrote:

> I believe one of the VSI people has told that one of issues in the
> x86-64 port is probing memory. VAX got PROBEx instructions.
> Alpha got CALL_PAL PROBER and PROBEW.

Linux, too, has the issue of having to check that addresses that a caller 
passes are actually accessible by them, in relevant system calls. And 
unlike VMS, it has to deal with that issue across something like 2 dozen 
different processor architectures, at current count.

Maybe look at how that deals with it?

Or, like I said, avoid the issue by letting Linux deal with it.



More information about the Info-vax mailing list