Created
March 28, 2010 20:16
-
-
Save oza/347005 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ozawa@ozadeb:~/workspace/lilyvm$ ./lilyvm kerneltype=Linux kernel=vmlinux linux_initrd=initrd disk=disk-linux linux_commandline=root=/dev/vmdisk0 | |
| memsize 128000000 | |
| esp:0xbfb00000 | |
| eax:0x00000033 ecx:0xffffffff edx:0xb7f57424 ebx:0xbfffe868 | |
| esp:0xbfb00000 ebp:0x00000003 esi:0x00000073 edi:0x00000246 | |
| cs:0x0000 ds:0x0000 es:0x0000 fs:0x0000 gs:0x0000 ss:0x0000 | |
| eip:0x2563 | |
| eip:0x2563 | |
| sig:4 | |
| execgdb () | |
| pid:5159 terminated by signal 3 | |
| ozawa@ozadeb:~/workspace/lilyvm$ uname -r | |
| 2.6.26-2-686 | |
| ozawa@ozadeb:~/workspace/lilyvm$ gcc -v | |
| Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs | |
| Configured with: ../src/configure -v --enable-languages=c,f77 --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --with-tune=i686 i486-linux-gnu | |
| Thread model: posix | |
| gcc version 3.4.6 (Debian 3.4.6-9) | |
| ozawa@ozadeb:~/workspace/lilyvm$ /lib/libc.so.6 | |
| GNU C Library stable release version 2.7, by Roland McGrath et al. | |
| Copyright (C) 2007 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. | |
| There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | |
| PARTICULAR PURPOSE. | |
| Compiled by GNU CC version 4.3.2. | |
| Compiled on a Linux >>2.6.26-2-amd64<< system on 2010-01-14. | |
| Available extensions: | |
| crypt add-on version 2.1 by Michael Glad and others | |
| GNU Libidn by Simon Josefsson | |
| Native POSIX Threads Library by Ulrich Drepper et al | |
| BIND-8.2.3-T5B | |
| For bug reporting instructions, please see: | |
| <http://www.gnu.org/software/libc/bugs.html>. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment