Some OS Dev Tutorials

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
kkitsune

Some OS Dev Tutorials

Post by kkitsune »

Some one knows some code tutorials (c/c++ or asm) for develloping OS and kernel?? PLZ answer fast.
Thanks in advance.
Zioo

Re:Some OS Dev Tutorials

Post by Zioo »

User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:Some OS Dev Tutorials

Post by Candy »

KKitsune wrote: Some one knows some code tutorials (c/c++ or asm) for develloping OS and kernel?? PLZ answer fast.
Reminds me of a dutch stand-up-comedian (cabaretier) : "I need some stuff to calm down, and quickly".

You can't make an OS including kernel within a few years even if you took special pills and had years of experience. You can choose two approaches at this level:

1. You take a tutorial, link up some other tutorials and call the product your own. Result is that it won't work properly and that you won't understand a bit about how it works.

2. You start your own true project and understand every bit of it. I know a few dozen people that did and they're the ones you see here with a decent OS that answer your questions. They know how to find the errors in your programs because they found similar errors in their own programs. This is the slow, but better path (since you'll understand what you'll do and you won't hit a brick wall during development).
Kemp

Re:Some OS Dev Tutorials

Post by Kemp »

Also, remember that coding isn't everything. I started my OS project over a year ago and I'm still refining my designs for things (and there's still a lot I have to read about that I don't know yet).

Show me a boy that has a huge archive of hardware specs and untold numbers of scribbled notes and I will show you a man. ;D
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:Some OS Dev Tutorials

Post by distantvoices »

I 've taken one year and a half to study the nitty gritty of os development ere I actually set off and typed the very first lines of code.

Oh, and still I'm learning something nifty every day.

Btw: I'd like you to avoid "plz answer quickly" stuff. I consider this plain offending.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
Post Reply