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.
Loader Again
RE:Loader Again
>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,
>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,
RE:Loader Again
>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.
>>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.