Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

How do I start a Linux kernel from a bootloader

Hi I have made a bootloader app that copies the uCLinux to my SDRAM area. Here it is located at 0x1100000. ----------------------------------------------------- int (*pt2Function)(); ...