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.
zack

Re:PAGING

Post by zack »

@bluecode: sorry. i didn't want to offend you! :-\ :-X

@beyond infinity:
thanks.
i've traced nearly the whole kernel out and dont found something... but i'm looking more, till i found it.

@bord:
sorry if you don't understand what i wrote, i'm from switzerland and i can't write really good. pls go along with me.. :)
bluecode

Re:PAGING

Post by bluecode »

zack wrote:@bluecode: sorry. i didn't want to offend you! :-\ :-X
I'm not offended at all :P

The question arises, why the emulator reboots. Is it a page fault or something else. If it's a page fault, then the virtual address that is being accessed is in cr2. Perhaps you should implement some exception handlers (especially 14 and print the virtual address, the error code)
zack

Re:PAGING

Post by zack »

good.

i've allready coded a expetion handler. but i remap the pic do interrupt stuff after activation the paging :D

but can boch say me: "exception 14: page error blablaba"?!
argh... :)

whatever... i'm playing now a bit arround with it...

thanks for your help @ all
Post Reply