Skip to content

Conversation

randomtwdude
Copy link

This PR fixes the boot looping on bare metal.

  • One of the init stubs _init_metalfile calls memmove() before the jump table is set up
  • The global variable __pid is never set on metal. Causing lock acquisitions by mmap() to always fail.

@github-actions github-actions bot added the libc label Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant