loading files

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
Chandra Gupta

loading files

Post by Chandra Gupta »

Greetings.
I have just started writing my OS using
DOS to load it. I have made the kernel print a
simple message but I have no idea where to go now.
Can someone give me some suggestions?
Chandra Gupta

RE:loading files

Post by Chandra Gupta »

>On 2002-05-25 15:48:23, Chandra Gupta wrote:
>Greetings.
> I have just started writing my OS using
>DOS to load it. I have made the kernel print a
>simple message but I have no idea where to go now.
>Can someone give me some suggestions?
I have decided to write my own keyboard driver but
I don't know how to load it. Can someone give me
some tips?
Hillbillie

RE:loading

Post by Hillbillie »

>I have decided to write my own keyboard driver but
>I don't know how to load it. Can someone give me
>some tips?

You could just statically link the driver in at link time, and call it from your kernel. That would be the easiest way until you're ready to right your own loader. :)
Post Reply