[fpc-pascal] Linking to Linux on a FreeBSD system with Linux emulated ?

Marc Santhoff M.Santhoff at web.de
Mon Sep 5 19:44:15 CEST 2016


On So, 2016-09-04 at 08:44 -0700, fredvs wrote:

> There is a answer there (but not sure I understand, what is "linuxolator" ?)

The Linuxolator is a freebsd specific term for the linux binary
emulation on freebsd.

AFAIK it is done by implementing a small layer between the linux
libraries and programs and the freebsd kernel. This small layer does
nothing more than forming a linux kernel api and translating linux
kernel calls to the freebsd equivalent.

See there for more details and in depth explanations:
https://www.freebsd.org/doc/en/articles/linux-emulation/article.html

HTH,
Marc





More information about the fpc-pascal mailing list