Skip to content
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

Multitasking #3

Closed
Lowentwickler opened this issue Mar 29, 2020 · 0 comments · Fixed by #17
Closed

Multitasking #3

Lowentwickler opened this issue Mar 29, 2020 · 0 comments · Fixed by #17
Labels
feature New feature or request

Comments

@Lowentwickler
Copy link
Member

  • Implement context switching on timer interrupt
  • Implement user-space and kernel-space tasks
  • Allocate user-space tasks at lower addresses
  • Allocate kernel-space tasks at higher addresses
@Lowentwickler Lowentwickler added the feature New feature or request label Mar 29, 2020
@Lowentwickler Lowentwickler added this to the Kernel Prototype milestone Mar 29, 2020
@Lowentwickler Lowentwickler changed the title Implement Multitasking Multitasking Mar 29, 2020
Lowentwickler added a commit that referenced this issue May 27, 2020
* Add virtual memory mapping and management (closes #14)
* Add board abstraction (closes #16)
* Improve loggging system (closes #10)
* Add heap and memory allocator
* Map peripherals specificaly to board (closes #15)
* Add scheduler and context switching (closes #3)
* Rework Kernel boot procedure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant