maybe a stupid question

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
josemx

maybe a stupid question

Post by josemx »

hi

like everybody here i'm trying to develop my own os
and i have some questions if anyone can help its greatly appreciated

its posible to implement something like ring0,ring3 in software?
or using the ring0 and ring3 with paging and those ring have subrings or
something like that

please if anybody knows example code or papers please reply
thx!

-
s-f-m-b-e
Adek336

RE:maybe a stupid question

Post by Adek336 »

ha, I have not heard of something like that. I can see one way to apply protection: give each process its own address space, kernel is given CPU PL# 0 and the user app CPU PL# 3. But if you create some new method, post your results.

Cheers,
Adrian.
Post Reply