Loader Again

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
Ben Hsu

Loader Again

Post by Ben Hsu »

Hello,
I've make a bootloader myself with MASM that
loads a C-executor to the memory and gives it control
then, the C/Exec loads a kernel written in DJGPP
to memory and relocate it and give the kernel control
but the loader seem to be not working ...

Any one help, thank you.
Guest

RE:Loader Again

Post by Guest »

>On 2001-02-11 06:51:47, Ben Hsu wrote:
>Hello,
> I've make a bootloader myself with MASM that
>loads a C-executor to the memory and gives it control
>then, the C/Exec loads a kernel written in DJGPP
>to memory and relocate it and give the kernel control
>but the loader seem to be not working ...
>
> Any one help, thank you.

Sorry, I forgot to describle more specifically,
source code is avaible at
http://www.geocities.com/benshsu/ld/download.htm
Thank you,
Reality_Czech

RE:Loader Again

Post by Reality_Czech »

>On 2001-02-11 06:58:43, Anonymous wrote:
>>On 2001-02-11 06:51:47, Ben Hsu wrote:
>>Hello,
>> I've make a bootloader myself with MASM that
>>loads a C-executor to the memory and gives it control
>>then, the C/Exec loads a kernel written in DJGPP
>>to memory and relocate it and give the kernel control
>>but the loader seem to be not working ...
>>
>> Any one help, thank you.
>
>Sorry, I forgot to describle more specifically,
>source code is avaible at
>http://www.geocities.com/benshsu/ld/download.htm
> Thank you,
Watch this line
flag dw 0aa55h
Remember that this must be written out at 510 bytes.
Post Reply