|
From: Thorsten O. <ad...@th...> - 2018-02-20 16:21:36
|
On Montag, 19. Februar 2018 18:57:52 CET Mark Duckworth wrote: > IIRC chroot is done in MiNTlib, without kernel involvement. So, it > > depends on how each binary was compiled. That's not true. The only thing mintlib does is to implement the chroot() posix function, by directing it to the Dchroot() MiNT call. |