> I tried telling my boot loader to jump to location 8020f000, > but my kernel appears to go bye-bye. Now, that could very > well be that I have a bug in my kernel, but it could also be > that I'm jumping to the wrong location. > > In 2.6, should I be jumping to kernel_entry? > You should be able to extract the entry point into the kernel image from the image itself. ELF does give this entry point, I know for sure. - Sekhar Nori. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/