Newb help. Got source, Assembly file, LD file

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
Loading
Posts: 1
Joined: Wed Jan 10, 2007 8:05 pm

Newb help. Got source, Assembly file, LD file

Post by Loading »

Hi, I'm trying to test something out and create a simple - I guess you could call it - OS. I have four files:

Kernel.c
Kernel.h
boot.asm
kernel.ld

i've been reading and trying all evening to compile this, link assemble, blablabla. Can anyone show me (links) where I can find the tools neccessary, and tell me how to use them?

this would be extremely helpful, thank you for your help! :D :D
smbogan
Member
Member
Posts: 29
Joined: Tue Nov 21, 2006 3:17 pm

Post by smbogan »

Search for Bran's kernel tutorial...that will give you a good start.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

I will never, never, never get it, really... 8)

Nevermind.

The Wiki has a BareBones, minimal starting point that is proven to work.
Every good solution is obvious once you've found it.
Post Reply