NewBie qx

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
Ozguxxx

NewBie qx

Post by Ozguxxx »

Hi all! I am a newbie in OS development. I want to ask if it is a good idea to try to write my own boot strap loader. Because all the boot strap loaders that I had studied on the net had their design dependent on their shells or kernels that are loaded afterwards. Thanx in advance for all answers and advices.
Tom

Re:NewBie qx

Post by Tom »

It is, that's what I did. But if you want to save yourself from the trouble, I made my own & it loads a C kernel ( had help from people from here ).

It has lots of comments it's at www.sourceforge.net/projects/fritzos
Whatever5k

Re:NewBie qx

Post by Whatever5k »

I wouldn't write my own bootloader. It takes too much time, and it keeps you back from doing the *really* interesting things in the kernel.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:NewBie qx

Post by Pype.Clicker »

see this thread for some wise discussion about where to start ...
Post Reply