Paging

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
Whatever5k

Paging

Post by Whatever5k »

Hi again, I've been off for a quite long time...
So, I'm having a clean kernel, implemented some basic (very basic) interrupt handling and am now ready to implement Paging. I understand the philosophy behind it - I just need some hints for the implementation.
I don't want s.b. to write code that I can paste & copy. Just a little example, something like this. Tim Robinson's Memory Management docs are good, but they don't implement the actual "code development".

Fine, anyone can help?

best regards,
A. Blessing
K.J.

Re:Paging

Post by K.J. »

This is the sample source from Bona Fide:
http://osdev.neopages.net/downloads/tut ... source.zip

I think that's simple enough for you to get an idea from.... if you can't understand part of the code or something, please let me know.

This is also some sample paging code by Alexei:
http://members.tripod.com/protected_mode/alexfru/08.zip

K.J.
Whatever5k

Re:Paging

Post by Whatever5k »

Well, that's ok, but there's some basic Paging functions missing...for example, there's no paging fault handler...I'm not sure this is the only thing missing
Post Reply