Skip to content

Conversation

clemdiep
Copy link
Contributor

@clemdiep clemdiep commented Oct 10, 2025

This PR doesn't include clone for fork on arm64. This will be included with thread rework.

Note on some changes:

  • fcntl was removed as not implemented. This is to catch if there is some calls to it which are required to do somethign when testing
  • sysinfo was removed as the implementation differs a lot. Real implementation should set values in a struct about CPU load and memory usage, current implementation prints message about kernel. That syscall wasn't use in usr so I think this is fine.
  • The syscalls table mapping number to function was becoming unmaintanable and so commented for now, this will be rework in a futur PR

closes #211

@clemdiep clemdiep self-assigned this Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant