Skip to content

🧩 Implement real context switching between processes (64 bit) #5

@IRodriguez13

Description

@IRodriguez13
  • The kernel currently simulates process switching but does not perform actual context switches. process_switch() is a placeholder.

To enable multitasking:

  • Save/restore full register context (RAX–R15, segment registers, flags)

  • Switch page tables if needed

  • Handle kernel/user transitions

  • Integrate with scheduler logic

  • This is a core feature for enabling concurrent execution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions