kexec support in LinuxSH
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
*Kexec support in LinuxSH [#b2f38d58]
-kexec kernel support patch for linux-2.6.13-sh~
--apply this patch~
--- %%&ref(linux-2.6.13-sh-kexec.patch);%%~
&color(red){This patch was merged into sh--stable--2.6 in...
~
--set kernel config option
---Kernel features -> kexec system call
~
~
-kexec-tools
--binary and source
---[[kexec-tools_1.101-sh.tgz:http://eggplant.ddo.jp/www/...
~
--linux-zImage kernel boot support
---append option support.
---When the append option is not specified,
/proc/cmdline is used.
~
--NetBSD-elf Kernel boot support from Linux's kexec.
---howto option support.
---miniroot (ramdisk root file system) support.
~
~
-debian binary package installation
#pre{{
landisk:~# apt-get install kernel-image-2.6.13-sh kexec-t...
}}
-kexec command help
#pre{{
landisk:~# kexec
No kernel specified
kexec 1.99 released 21 December 2004
Usage: kexec [OPTION]... [kernel]
Directly reboot into a new kernel
-h, --help Print this help.
-v, --version Print the version of kexec.
-f, --force Force an immediate kexec, don't cal...
-x, --no-ifdown Don't bring down network interfaces.
(if used, must be last option speci...
-l, --load Load the new kernel into the curren...
-p, --load-panic Load the new kernel for use on panic.
-u, --unload Unload the current kexec target ker...
-e, --exec Execute a currently loaded kernel.
-t, --type=TYPE Specify the new kernel is of this t...
--mem-min=<addr> Specify the lowest memory addres to...
--mem-max=<addr> Specify the highest memory addres t...
Supported kernel file types and options:
zImage-sh
--append=STRING Set the kernel command line to STRI...
&color(red){--empty-zero=ADDRESS Set the kernel top ADDR...
netbsd-sh
--howto=VALUE NetBSD kernel boot option.
--miniroot=FILE NetBSD miniroot ramdisk.
Architecture options:
none
Default options:
--append="ro root=303 mem=64M console=ttySC1,9600"
--empty-zero=0x0c001000
STRING of --appned is set form /proc/cmdline as default.
ADDRESS of --empty-zero can be set SHELL environment var...
&color(red){KEXEC_EMPTY_ZERO}; as default.
ADDRESS can be get in the following method in your syste...
1) "grep empty_zero /proc/kallsyms".
2) "grep empty_zero System.map".
3) CONFIG_MEMORY_START + CONFIG_ZERO_PAGE_OFFSET in your...
config file.
}}
-example1 -- kexec linux kernel
#pre{{
landisk:~# kexec --append="mem=64M console=ttySC1,9600 ro...
}}
-example2 -- kexec NetBSD kernel ([[sample kernel of LAND...
#pre{{
landisk:~# kexec --miniroot=miniroot.img netbsd-RAMDISK
}}
-note~
shutdown command is called from kexec command automatical...
~
~
-Appendix~
[[linux and tools for LANDISK(SH4)]]
~
~
CENTER:
&color(red){My English is very poor. Please edit it freel...
~
*kexec support in linux-2.4.21-iodata [#b719ff0a]
-kexec kernel support patch for linux-2.4.21-iodata~
--apply this patch~
--- &ref(linux-2.4.21-iodata-kexec.patch);~
~
--set kernel config option
---Kernel hacking -> kexec system call
~
~
終了行:
*Kexec support in LinuxSH [#b2f38d58]
-kexec kernel support patch for linux-2.6.13-sh~
--apply this patch~
--- %%&ref(linux-2.6.13-sh-kexec.patch);%%~
&color(red){This patch was merged into sh--stable--2.6 in...
~
--set kernel config option
---Kernel features -> kexec system call
~
~
-kexec-tools
--binary and source
---[[kexec-tools_1.101-sh.tgz:http://eggplant.ddo.jp/www/...
~
--linux-zImage kernel boot support
---append option support.
---When the append option is not specified,
/proc/cmdline is used.
~
--NetBSD-elf Kernel boot support from Linux's kexec.
---howto option support.
---miniroot (ramdisk root file system) support.
~
~
-debian binary package installation
#pre{{
landisk:~# apt-get install kernel-image-2.6.13-sh kexec-t...
}}
-kexec command help
#pre{{
landisk:~# kexec
No kernel specified
kexec 1.99 released 21 December 2004
Usage: kexec [OPTION]... [kernel]
Directly reboot into a new kernel
-h, --help Print this help.
-v, --version Print the version of kexec.
-f, --force Force an immediate kexec, don't cal...
-x, --no-ifdown Don't bring down network interfaces.
(if used, must be last option speci...
-l, --load Load the new kernel into the curren...
-p, --load-panic Load the new kernel for use on panic.
-u, --unload Unload the current kexec target ker...
-e, --exec Execute a currently loaded kernel.
-t, --type=TYPE Specify the new kernel is of this t...
--mem-min=<addr> Specify the lowest memory addres to...
--mem-max=<addr> Specify the highest memory addres t...
Supported kernel file types and options:
zImage-sh
--append=STRING Set the kernel command line to STRI...
&color(red){--empty-zero=ADDRESS Set the kernel top ADDR...
netbsd-sh
--howto=VALUE NetBSD kernel boot option.
--miniroot=FILE NetBSD miniroot ramdisk.
Architecture options:
none
Default options:
--append="ro root=303 mem=64M console=ttySC1,9600"
--empty-zero=0x0c001000
STRING of --appned is set form /proc/cmdline as default.
ADDRESS of --empty-zero can be set SHELL environment var...
&color(red){KEXEC_EMPTY_ZERO}; as default.
ADDRESS can be get in the following method in your syste...
1) "grep empty_zero /proc/kallsyms".
2) "grep empty_zero System.map".
3) CONFIG_MEMORY_START + CONFIG_ZERO_PAGE_OFFSET in your...
config file.
}}
-example1 -- kexec linux kernel
#pre{{
landisk:~# kexec --append="mem=64M console=ttySC1,9600 ro...
}}
-example2 -- kexec NetBSD kernel ([[sample kernel of LAND...
#pre{{
landisk:~# kexec --miniroot=miniroot.img netbsd-RAMDISK
}}
-note~
shutdown command is called from kexec command automatical...
~
~
-Appendix~
[[linux and tools for LANDISK(SH4)]]
~
~
CENTER:
&color(red){My English is very poor. Please edit it freel...
~
*kexec support in linux-2.4.21-iodata [#b719ff0a]
-kexec kernel support patch for linux-2.4.21-iodata~
--apply this patch~
--- &ref(linux-2.4.21-iodata-kexec.patch);~
~
--set kernel config option
---Kernel hacking -> kexec system call
~
~
ページ名: