Differences
This shows you the differences between the selected revision and the current version of the page.
howto:loader_o 2012/10/13 20:27 | howto:loader_o 2017/09/06 17:34 current | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Use pre-compiled loader.o ===== | ===== Use pre-compiled loader.o ===== | ||
- | If you think that compiling loader.o by yourself is too much hassle then you can use a [[http://download.dsmg600.info/people/sala/loader.o|pre-compiled loader.o]] | + | If you think that compiling loader.o by yourself is too much hassle then you can use a [[http://dns323.kood.org/downloads/people/sala/loader.o|pre-compiled loader.o]] |
===== Preparing proper kernel image for loading ===== | ===== Preparing proper kernel image for loading ===== | ||
For kernel building instructions look [[howto:kernel_build|kernel building wiki page]]. | For kernel building instructions look [[howto:kernel_build|kernel building wiki page]]. | ||
- | Before you start compiling kernel you should apply this patch, which is going to fix [[http://forum.dsmg600.info/t850-building-kernel-loadero.html|memory detection problem]]. | + | Before you start compiling kernel you should apply this patch, which is going to fix [[http://dns323.kood.org/forum/t850-building-kernel-loadero.html|memory detection problem]]. |
<code patch> | <code patch> | ||
--- arch/ppc/platforms/sandpoint_setup.c.orig 2007-08-09 18:02:58.000000000 -0400 | --- arch/ppc/platforms/sandpoint_setup.c.orig 2007-08-09 18:02:58.000000000 -0400 | ||
Line 52: | Line 52: | ||
===== Use pre-compiled vmlinux ===== | ===== Use pre-compiled vmlinux ===== | ||
- | Pre-compiled vmlinux is available at [[http://download.dsmg600.info/people/sala/vmlinux|here]]. | + | Pre-compiled vmlinux is available at [[http://dns323.kood.org/downloads/people/sala/vmlinux|here]]. |
- | It does support custom cmdline parameter. I does have usb and usb storage modules built in, <del>so it is possible to load operating system from usb stick</del>. This kernel image is optimized to boot [[:howto:chroot_gentoo|Gentoo linux]]. .config is available at [[http://download.dsmg600.info/people/sala/loader.config|here]].\\ | + | It does support custom cmdline parameter. I does have usb and usb storage modules built in, <del>so it is possible to load operating system from usb stick</del>. This kernel image is optimized to boot [[:howto:chroot_gentoo|Gentoo linux]]. .config is available at [[http://dns323.kood.org/downloads/people/sala/loader.config|here]].\\ |
<del>To load from usb stick:</del> | <del>To load from usb stick:</del> | ||
<code>sync;insmod /mnt/HD_a2/loader.o kernel=/mnt/HD_a2/vmlinux cmdline="root=/dev/sdb1"</code> | <code>sync;insmod /mnt/HD_a2/loader.o kernel=/mnt/HD_a2/vmlinux cmdline="root=/dev/sdb1"</code> |