Hi Andy,
Ok, Are you writing your own boot loader or it is supplied with the board by
AMD???
Further more is your boot loader is dependent on BIOS??
And anyone knows GPLed biosless bootloader...???
Thanks
Regards,
Naushit
> Thanks, but I think I found the problem. It seems I was wiping out (during
> decompression) the Global Descriptor Table which was being used up until
> that point. My bootloader had a table set up just like the one Linux wants
> in the early boot phases, so I was just using that one. I just modified
> head.S to do it's lgdt as the first instruction and now I'm getting much
> further. Now I have to do something about getting all the relavent info
> copied into 0x90000 so that the kernel can boot the rest of the way.
>
> Thanks again,
>
> --andy
>