Re: [PATCH 01/22] bsd-user/main.c: Drop syscall flavor arg -bsd

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: We've not realistically been able to actually run any bsd program on any other bsd program. They are too diverged to do this easily. The current code is setup to do it, but implementing it is hard. Stop pretending that we can do this. Signed-off-by: Warner Los

[PATCH 01/22] bsd-user/main.c: Drop syscall flavor arg -bsd

2022-02-01 Thread Warner Losh
We've not realistically been able to actually run any bsd program on any other bsd program. They are too diverged to do this easily. The current code is setup to do it, but implementing it is hard. Stop pretending that we can do this. Signed-off-by: Warner Losh --- bsd-user/main.c | 12 -