From: Mitch D. <md...@po...> - 2001-02-19 00:56:50
|
Jaswinder Singh wrote: > > > Mitch Davis wrote: > > And you MUST use some form of bootloader - it's not > > possible to > > jump directly to the kernel start after powerup. > > > > Can you please explain me why it is *not* possible to > jump directly to the kernel start after powerup. When the SuperH first boots, the only memory area which it can access is area 0, which should contain ROM. The areas which contain RAM will not be available until the BSC settings are programmed. So a direct jump to the kernel would fail because there would be no available RAM. It's the job of the bootloader (no matter how small) to program the BSC. Regards, Mitch. -- mailto:mj...@al... mailto:md...@po... |