Skip to content

Fix global variable issue #165

@jean553

Description

@jean553

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions