Problem loading dgjpp code
Posted: Wed Dec 26, 2001 12:00 am
Hi all!
I have built a kernel loader in asm.
It loads a sector from the floppy and then execute it.
My problem is when I try to load a c kernel compiled with dgjpp,
it never executes the code but when i write the kernel in asm, it works.
Can someone explain me why ??
Someone told me about protected mode. DGJPP generates pm code and my boot loader
doesn't set it, this is why it doesn't work... Is it right ?
I have built a kernel loader in asm.
It loads a sector from the floppy and then execute it.
My problem is when I try to load a c kernel compiled with dgjpp,
it never executes the code but when i write the kernel in asm, it works.
Can someone explain me why ??
Someone told me about protected mode. DGJPP generates pm code and my boot loader
doesn't set it, this is why it doesn't work... Is it right ?