-
Notifications
You must be signed in to change notification settings - Fork 9
Multiprocessor support #54
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
Comments
This should work, I'll see if I can reproduce your issue. |
My mistake... Also core 1 has to use |
That shouldn't be necessary, but the |
If you are interested, I used your crate for hermit-os/kernel#1705 I forgot also to use |
Nice! |
Hello,
do you test if your crate is able to support a multiprocessor configuration?
In my case, I configure the first processor as followed:
Afterwards, the processor 0 is able to send a software interrupt to itself as followed:
Processor 0 receives as expected the interrupt.
In addition, the processor 1 initialize the GIC as followed:
Now, processor 0 wants to send an interrupt to processor 1 as followed:
Processor 1 doesn't receive any interrupt. Do I misunderstand your interface?
The text was updated successfully, but these errors were encountered: