On Wed Mar 19 20:18:00 2025 +0000, Brendan Shanks wrote:
Any recommendation on what I should use as a stack there? Maybe move the `syscall_frame` down in memory slightly (say, 128 bytes) and use the free area as a stack? Or exempt some space below the `syscall_frame` from `is_inside_syscall()` and use that?
Any chance we could use a syscall instead of having to call a library function?