Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread switching logic is not multicore-aware #48

Open
ventZl opened this issue Jan 9, 2025 · 0 comments
Open

Thread switching logic is not multicore-aware #48

ventZl opened this issue Jan 9, 2025 · 0 comments

Comments

@ventZl
Copy link
Owner

ventZl commented Jan 9, 2025

Kernel itself is theoretically multicore-aware. There is an option to turn SMP support on and much of the kernel should, at least theoretically, be SMP capable.

The thread switching logic uses temporary storage used to plan the thread switch which only has one instance. This breaks SMP support in the kernel.

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

No branches or pull requests

1 participant