Displaying 4 results from an estimated 4 matches for "debug_stack_lines".
2010 Apr 26
0
fast boot from xen to linux and vice-versa by kexec
...:
title Ubuntu 8.04.2, kernel 2.6.29
root (hd0,7)
kernel /boot/vmlinuz-2.6.29
root=UUID=f16e6c92-7903-4884-a903-95bd7456f8a4 ro quiet splash
locale=zh_CN
initrd /boot/2.6.29.img
quiet
title Xen 3.3.1 Ubuntu
root (hd0,7)
kernel /boot/xen-3.3.1.gz loglvl=all guest_loglvl=all
debug_stack_lines=80 com1=9600,8n1
module /boot/vmlinuz-2.6.18.8-xen ro
root=UUID=f16e6c92-7903-4884-a903-95bd7456f8a4 rhgb quiet
xencons=ttyS0,9600
module /boot/initrd-2.6.18.8-xen.img
and i write the kexec command like :
fast boot linux script :
kexec -l /boot/vmlinuz-2.6.29
--command-line="root=UUID=f16e6c...
2008 Dec 20
1
xen/kernel-xen on OpenSuse 11.1 not starting; OK on OpenSuse 11.0
...BSD/Soekris box''s serial port.
On the Opensuse box, I''ve added to /boot/grub/menu.lst
...
###Don''t change this comment - YaST2 identifier: Original name: xen###
title Xen (x86_64) com1 and debug
root (hd0,0)
kernel /boot/xen-dbg.gz loglvl=all guest_loglvl=all
debug_stack_lines=80 console=vga,com1 com1=115200,8n1
module /vmlinuz-xen root=/dev/System/Root resume=/dev/System/Swap
splash=silent showopts vga=0x317 console=ttyS0, 115200
module /initrd-xen
...
which I *think* is correct for my setup.
At reboot to this grub selection, I see the "(XEN) ..." o...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See