-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add basic userspace shell #548
Conversation
We have two issues with the userspace allocator:
One when For now we can just disable freeing memory from the userspace allocator. |
We can now execute binaries from userspace:
|
The last commit encountered another bug though:
|
Actually we get the same error if we call |
More work is needed to remove the userspace allocator bugs but we can merge this PR now without including |
Now that we have a basic userspace allocator (#544) we can add a basic userspace shell.