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?
loading files
RE:loading files
>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?
>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?
RE:loading
>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.
>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.