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

feat(bulb): add new operating system that focuses on virtual memory #52

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

anarchuser
Copy link
Owner

Virtual memory is a far more complex issue than expected. It seems reasonable to split development into one OS with and one without virtual memory, at least until the former works as expected.

@anarchuser
Copy link
Owner Author

UPDATE: Just for fun, I tested whether the MMU implementation works for thorn as well and -- SURPRISE -- it does!
Therefore, we may not need to keep a separate OS just for developing the MMU; instead, we can merge it directly.

Once I made sure the MMU works as intended, I'll revise this PR to not include bulb and include the changes into thorn directly

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.

2 participants