-
Notifications
You must be signed in to change notification settings - Fork 42
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
Userspace... #322
Comments
Setup for libraries? |
Cross compiler doesn't magically make it possible to create apps for it,but it is required to make it possible. And multitasking would be useful for adding userspace (I was working on it, but with generally bad results). |
That means I will have to move the processes to ring 3 from ring 0 correct? |
I thought userspace was ring3 (I may be wrong) |
So far so good.. But we have no setup for libraries which will make it harder for userspace to grow. After making libraries we can develop more user apps and separate system apps from it. Also we should build a cross compiler.. What do you think??
Edit: I found someone has made a cross compiler for this..
The text was updated successfully, but these errors were encountered: