Page 1 of 1

Paging

Posted: Fri Dec 06, 2002 11:05 am
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

Re:Paging

Posted: Fri Dec 06, 2002 11:42 am
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.

Re:Paging

Posted: Fri Dec 06, 2002 11:47 am
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