-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When trying to access a global variable (declared with static mut ... as a global), it seems the unwinding function of the kernel is executed. It then execute an invalid instruction (ud2), so it causes the invalid instruction IR to be executed from the IDT, and the kernel to halt.
Check how to prevent that behavior when working with global variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels