From: YAEGASHI T. <t...@ke...> - 2002-08-07 09:20:25
|
Hi, In the article <3D5...@fn...>, Christian Claveleira <Chr...@fn...> wrote: > I'm trying to boot your new kernel but can't load my initial ram disk > whith shlo.exe. Is there any documentation on shlo config file syntax ? Unfortunately there's no documentation on current shlo.exe. Sources can be found at: http://cvs.m17n.org/cgi-bin/viewcvs/shlo/?cvsroot=superh With somthing like this the kernel could load initrd. Please make sure LOADER_TYPE is set to 1. # Linux configuration with initrd. config linux load 0 vmlinux-hp690 load 0x8c400000 initrd.gz set_long 0x8c001000 1 # MOUNT_ROOT_RDONLY set_long 0x8c001004 0 # RAMDISK_FLAGS set_long 0x8c001008 0x0100 # ORIG_ROOT_DEV set_long 0x8c00100c 1 # LOADER_TYPE set_long 0x8c001010 0x00400000 # INITRD_START set_long 0x8c001014 0x00200000 # INITRD_SIZE set_long 0x8c001018 0 set_string 0x8c001100 mem=16M devfs=nomount root=/dev/ram Regards, -- YAEGASHI Takeshi <t...@ke...> <ta...@ya...> <yae...@do...> |