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.
Im busy re-writing my os again
anyway, have been trying to write some better paging routine this time and have been failing miserably.
anyway i found this flux oskit thing with what looks like some good paging routines and am wondering if anyone has used them and if
they are any good.
i have already re-worked them from my kernel and have posted the files below.
i havent had time to test it yet as im very busy at the min. if anyone can see any obvious errors in the code please let me know.
itisiuk wrote:Im busy re-writing my os again
anyway, have been trying to write some better paging routine this time and have been failing miserably.
anyway i found this fluxh oskit this with what looks like some good paging routines and am wonder if anyone hase used them and if
they are any good.
i have already re-worked them from my kernel and have posted the files below.
i havent had time to test it yet as im very busy at the min. if anyone can see any obvious errors in the code please let me know.
the oskit is from the Utah university. So I think it should be without any error, especially in something so important like the paging.
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
nope, i just forgot to push the muliboot info stucture so nothing worked at all. it took me 2 weeks to find that ,
one good thing though is ill never run out of paging routines again
itisiuk wrote:nope, i just forgot to push the muliboot info stucture so nothing worked at all. it took me 2 weeks to find that ,
one good thing though is ill never run out of paging routines again