Open ayan312002 opened 8 years ago
Setup for libraries?
Cross compiler doesn't magically make it possible to create apps for it,but it is required to make it possible. Currently the script that compiles cross compiler needs some testing on Mac OS.
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..