Bootsecot & Kernels

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
Kolie Kay

Bootsecot & Kernels

Post by Kolie Kay »

Ok i have a bootsector that works. Basically
it takes it self to a higher memory location,
in preperation to laod a kernel, and displays a
message. No kernel loading is done yet and this is
acttually my question. How do i load my kernel from
my bootloader, i know that you have to read the sectors
from a floppy or something but how do i make the
kernel so it is on a sector above the bootloader.

Summary
How do i load my kernel (code)
How do i put my kernel on my floppy

cheers and thanks for your time!
Guest

RE:Bootsecot & Kernels

Post by Guest »

Wow after working on this problem for three days,
i got my kernel loaded without help!

>On 2002-01-23 20:58:09, Kolie Kay wrote:
>Ok i have a bootsector that works. Basically
>it takes it self to a higher memory location,
>in preperation to laod a kernel, and displays a
>message. No kernel loading is done yet and this is
>acttually my question. How do i load my kernel from
>my bootloader, i know that you have to read the sectors
>from a floppy or something but how do i make the
>kernel so it is on a sector above the bootloader.
>
>Summary
> How do i load my kernel (code)
> How do i put my kernel on my floppy
>
> cheers and thanks for your time!
>
>
>
Post Reply