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.
I'm back with another question. How can I start my kernel from my bootsector? Do I need to manipulate the memory in any way? Is there code that I can add to my bootsector to start my kernel directly? I would appreciate a response.
Thanks,
Ollie .
PS: I'm sorry if I keep posting questions like this. I have only just started programming operating systems, and I keep running into bugs.
Last edited by ollie123 on Mon Jun 02, 2008 11:45 am, edited 1 time in total.
Assuming that you have at least followed the many tutorials around, what about them do you not understand?
"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 ]
Try one. If it doesn't help go to the next and so on. Nine out of ten you'll have your answer before you see the end of the list
"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 ]
ollie123 wrote:
PS: I'm sorry if I keep posting questions like this. I have only just started programming operating systems, and I keep running into bugs.
I think nobody here can claimed to have got very far in their OS before encountering a bug (certainly not me...). Its not meant to be easy...