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.
hi,
im currently using Multitasking Of Tutorial James Molly Make UNIX clone But i am unable to init Tasking.....
whenever i init tasking and their is a PAGE FAULT EXCEPTION..
this is my Tasking INIT code..
Why is each of this, this, and this relevant to your problem?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
I don't wish to appear rude, but I think you should scale down your ambitions somewhat. You are not ready for OS development.
Take time off to learn how to research information and how to write programs in C and assembler. More important, learn how to use a debugger - or some other technique - to track problems in your programs. Until you do that you will not be able to do any meaningful OS work.
Divakar00100 wrote:hi,
im currently using Multitasking Of Tutorial James Molly Make UNIX clone But i am unable to init Tasking.....
whenever i init tasking and their is a PAGE FAULT EXCEPTION..
Try running your OS in Bochs and let us know what error it gives you. We should be able to give you an idea where to look after that.
Thanks.
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
hi,
so I tried to make Some Tweaks... I found the problem ...It is with line with move_stack function whenever i move stack i get a page fault
and if i remove move stack fault Then No Problem......
Now i wanna Know is Move Stack function very important function or I can just remove it....
What does the function do? Where is it used? Aren't you interested in discovering why it is causing problems?
It's really beginning to sound as if you are just following a tutorial parrot-wise without any understanding of what you are actually doing. That sounds to be a pretty pointless exercise. As I said before, learn how to debug before going any further.