linux kernel booting from my bootloader
- by sp3tsnaz
hi ,
i wish to load linux using my own bootloader .. preliminary research and google told me that i ll have to use start_kerne() function ..
i want to ask how can i call start_kernel() from assembly .. i have already formatted my usb into ext3 and pasted the compiled kernel there .. now how can i start the linux kernel ? any help is welcome // Thankyou in advance
Mohsin .