From: Thorsten O. <ad...@th...> - 2024-06-03 13:38:35
|
On Montag, 3. Juni 2024 14:48:00 CEST Miro Kropáček wrote: > there's not so many syscalls and even the majority of them are very close to > Linux. Might be possible. The syscall parser in mintlib even generates everything you need to implement a linux-like syscall() function. |