Page 1 of 1
loading files
Posted: Fri May 24, 2002 11:00 pm
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?
RE:loadingĀ files
Posted: Fri May 24, 2002 11:00 pm
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?
RE:loading
Posted: Fri May 24, 2002 11:00 pm
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.