From: David W. <dw...@in...> - 2001-09-03 21:23:22
|
du...@se... said: > I'm using Redboot with Yaegashi Takeshi's kernel boot loader support > added. This copies a run time configurable parameter block to a > specified address. I guess I could move this copy location to 0x210000 > instead of 0x0. It would just get copied twice (to 0x210000 and then > to 0x0), but that may not be a big deal. I guess I don't object to > moving the parameter block location, as long as there is still a way > to copy parameter blocks at run time. Hmmm. It occurs to me that I could probably have done the same instead of hacking the zImage code. I was assuming that RedBoot required the first page of memory, but it actually sets up the parameter block after disabling interrupts and flushing caches, etc - just before jumping into the kernel. So I should be able to just specify '-b 0' to the exec command. -- dwmw2 |