IRC channel logs
2025-01-09.log
back to list of logs
<rkeene>For everything except knight/linux which would probably need a modification to M2-Planet (I guess that's what interprets this ?) I can implement either a working symlink or failure stub (because there's no filesystem or no filesystem support for symlinks) -- For knight/linux I'd like to leave it as a failure stub for now, since it requires some other modification to some other project <rkeene>Also, I think the definition for setting the system call for `unlink` on Linux/aarch64 is wrong: 0: d2808048 mov x8, #0x402 // #1026 but as far as I can tell, on Linux/aarch64 there is no unlink system call, only unlinkat (0x23, 35) d2800468 mov x8, #0x23 // #35 <rkeene>Seems like that would fix unlink -- but it was never merged in <rkeene>stikonas, I added Linux/aarch64 support and added support for returning an error on Linux/knight