Skip to content

Processes & Userspace#11

Merged
maxtyson123 merged 16 commits intomainfrom
Processes
Mar 29, 2025
Merged

Processes & Userspace#11
maxtyson123 merged 16 commits intomainfrom
Processes

Conversation

@maxtyson123
Copy link
Owner

  • Rewrote the original process class and thread manager/scheduler
  • Each process gets its' own memory space
  • Setup switching userspace & handling userspace faults
  • Actual syscall setup for various syscalls
  • IPC Shared memory & Message passing
  • Processes can have args in userspace
  • GUI Panic handler
  • Spinlocks
  • Fixed reserve PMM function

@maxtyson123 maxtyson123 merged commit d04e0fd into main Mar 29, 2025
2 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 29, 2025
Rewrote the original process class and thread manager/scheduler
Each process gets its' own memory space
Setup switching userspace & handling userspace faults
Actual syscall setup for various syscalls
IPC Shared memory & Message passing
Processes can have args in userspace
GUI Panic handler
Spinlocks
Fixed reserve PMM function
@maxtyson123 maxtyson123 deleted the Processes branch March 29, 2025 07:44
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

Successfully merging this pull request may close these issues.

1 participant