elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.
 
Inicio Ayuda Ingresar Registrarse
11 Octubre 2008, 04:27  



+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: dxr)
| | |-+  Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: 1 [2] Ir Abajo Imprimir
Autor Tema: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]  (Leído 11121 veces)
_aaa_

Desconectado Desconectado

Mensajes: 83


Human knowledge belongs to the world


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #15 en: 05 Enero 2006, 22:00 »

Gracias a esa página ya tengo todo funcionando, es que Ubuntu es un poco rarito  :rolleyes:
Por cierto, ¿como hago para instalar alguna cosa en windows? El lector de CDs me aparece vacío.
En línea

Soul Lost
GNU/Linux

Desconectado Desconectado

Mensajes: 2.451



Ver Perfil WWW
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #16 en: 06 Enero 2006, 05:10 »

Inserta el cd y arrancas con la opcion -cdrom /dev/hdc (o donde se encuentre, mira con df -h)

O con la consola de qemu (similar al texto sobre msdos)
En línea

Siempre hay algo nuevo que aprender
Mi NUEVO BLOG: soullost.org
_aaa_

Desconectado Desconectado

Mensajes: 83


Human knowledge belongs to the world


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #17 en: 07 Enero 2006, 10:05 »

Muchas gracias, lo he conseguido con la consola.
Salu2  ;)
En línea

rai0d

Desconectado Desconectado

Mensajes: 209



Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #18 en: 16 Enero 2006, 21:26 »

vmware tb es free

les mandas cada 30 dias la key y ta taaa!!!!

 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

y funciona perfectamente solo tiene la pega que entrar su web y tal pero funciona perfectamente


 ;D ;D ;D ;D ;D
En línea

«Aun cuando peor estábamos, éramos superiores a la mayoría. Y en nuestros mejores momentos podríamos haber fregado el suelo con casi todos.»
— John Paul Jones (Led Zeppelin)
white_zombie

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #19 en: 26 Enero 2006, 12:26 »

Hola, tengo instalado el vmware en suse 9.3 y me va muy bien pero como no es gratis decidi probar el quemu y siguiendo  este manual que esta muy bien explicado llegue al ./configure y todo bien, el problema esta en la compilacion ya que me da un monton de errores
Citar
  /QUEMU/qemu-0.7.2> make && su -c make install
 gcc -Wall -O2 -g -fno-strict-aliasing  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c
gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing  -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c -lz
block-qcow.c:26:18: zlib.h: No existe el fichero o el directorio
block-qcow.c: In function `decompress_buffer':
block-qcow.c:408: error: `z_stream' undeclared (first use in this function)
block-qcow.c:408: error: (Each undeclared identifier is reported only once
block-qcow.c:408: error: for each function it appears in.)
block-qcow.c:408: error: syntax error before "strm1"
block-qcow.c:411: error: `strm' undeclared (first use in this function)
block-qcow.c:418: warning: implicit declaration of function `inflateInit2'
block-qcow.c:419: error: `Z_OK' undeclared (first use in this function)
block-qcow.c:421: warning: implicit declaration of function `inflate'
block-qcow.c:421: error: `Z_FINISH' undeclared (first use in this function)
block-qcow.c:423: error: `Z_STREAM_END' undeclared (first use in this function)
block-qcow.c:423: error: `Z_BUF_ERROR' undeclared (first use in this function)
block-qcow.c:425: warning: implicit declaration of function `inflateEnd'
block-qcow.c: In function `qcow_compress_cluster':
block-qcow.c:620: error: `z_stream' undeclared (first use in this function)
block-qcow.c:620: error: syntax error before "strm"
block-qcow.c:633: error: `strm' undeclared (first use in this function)
block-qcow.c:634: warning: implicit declaration of function `deflateInit2'
block-qcow.c:634: error: `Z_DEFAULT_COMPRESSION' undeclared (first use in this function)
block-qcow.c:635: error: `Z_DEFLATED' undeclared (first use in this function)
block-qcow.c:636: error: `Z_DEFAULT_STRATEGY' undeclared (first use in this function)
block-qcow.c:647: warning: implicit declaration of function `deflate'
block-qcow.c:647: error: `Z_FINISH' undeclared (first use in this function)
block-qcow.c:648: error: `Z_STREAM_END' undeclared (first use in this function)
block-qcow.c:648: error: `Z_OK' undeclared (first use in this function)
block-qcow.c:650: warning: implicit declaration of function `deflateEnd'
block-cloop.c:26:18: zlib.h: No existe el fichero o el directorio
block-cloop.c:37: error: syntax error before "z_stream"
block-cloop.c:37: warning: no semicolon at end of struct or union
block-cloop.c:38: warning: type defaults to `int' in declaration of `BDRVCloopState'
block-cloop.c:38: warning: data definition has no type or storage class
block-cloop.c: In function `cloop_open':
block-cloop.c:55: error: `s' undeclared (first use in this function)
block-cloop.c:55: error: (Each undeclared identifier is reported only once
block-cloop.c:55: error: for each function it appears in.)
block-cloop.c:96: warning: implicit declaration of function `inflateInit'
block-cloop.c:96: error: `Z_OK' undeclared (first use in this function)
block-cloop.c: At top level:
block-cloop.c:105: error: syntax error before '*' token
block-cloop.c: In function `cloop_read_block':
block-cloop.c:107: error: `s' undeclared (first use in this function)
block-cloop.c:107: error: `block_num' undeclared (first use in this function)
block-cloop.c:120: warning: implicit declaration of function `inflateReset'
block-cloop.c:121: error: `Z_OK' undeclared (first use in this function)
block-cloop.c:123: warning: implicit declaration of function `inflate'
block-cloop.c:123: error: `Z_FINISH' undeclared (first use in this function)
block-cloop.c:124: error: `Z_STREAM_END' undeclared (first use in this function)
block-cloop.c: In function `cloop_read':
block-cloop.c:135: error: `s' undeclared (first use in this function)
block-cloop.c: In function `cloop_close':
block-cloop.c:150: error: `s' undeclared (first use in this function)
block-cloop.c:156: warning: implicit declaration of function `inflateEnd'
block-dmg.c:27:18: zlib.h: No existe el fichero o el directorio
block-dmg.c:49: error: syntax error before "z_stream"
block-dmg.c:49: warning: no semicolon at end of struct or union
block-dmg.c:50: warning: type defaults to `int' in declaration of `BDRVDMGState'
block-dmg.c:50: warning: data definition has no type or storage class
block-dmg.c: In function `dmg_open':
block-dmg.c:78: error: `s' undeclared (first use in this function)
block-dmg.c:78: error: (Each undeclared identifier is reported only once
block-dmg.c:78: error: for each function it appears in.)
block-dmg.c:166: warning: implicit declaration of function `inflateInit'
block-dmg.c:166: error: `Z_OK' undeclared (first use in this function)
block-dmg.c: At top level:
block-dmg.c:174: error: syntax error before '*' token
block-dmg.c: In function `is_sector_in_chunk':
block-dmg.c:177: error: `chunk_num' undeclared (first use in this function)
block-dmg.c:177: error: `s' undeclared (first use in this function)
block-dmg.c:177: error: `sector_num' undeclared (first use in this function)
block-dmg.c: At top level:
block-dmg.c:184: error: syntax error before '*' token
block-dmg.c: In function `search_chunk':
block-dmg.c:187: error: `s' undeclared (first use in this function)
block-dmg.c:190: error: `sector_num' undeclared (first use in this function)
block-dmg.c: At top level:
block-dmg.c:200: error: syntax error before '*' token
block-dmg.c: In function `dmg_read_chunk':
block-dmg.c:202: error: `s' undeclared (first use in this function)
block-dmg.c:202: error: `sector_num' undeclared (first use in this function)
block-dmg.c:235: warning: implicit declaration of function `inflateReset'
block-dmg.c:236: error: `Z_OK' undeclared (first use in this function)
block-dmg.c:238: warning: implicit declaration of function `inflate'
block-dmg.c:238: error: `Z_FINISH' undeclared (first use in this function)
block-dmg.c:239: error: `Z_STREAM_END' undeclared (first use in this function)
block-dmg.c: In function `dmg_read':
block-dmg.c:259: error: `s' undeclared (first use in this function)
block-dmg.c: In function `dmg_close':
block-dmg.c:274: error: `s' undeclared (first use in this function)
block-dmg.c:285: warning: implicit declaration of function `inflateEnd'
make: *** [qemu-img] Error 1
Citar


Si alguien sabe cual es la razon le agradeceria una respuesta ya que me gustaria bastante usar quemu y quitar vmware.


En línea
m00nky

Desconectado Desconectado

Mensajes: 98


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #20 en: 26 Enero 2006, 12:35 »

También puedes probar el BOCHS

http://bochs.sourceforge.net/

aunque francamente, donde esté VMWare...

VMWARE es realmente free...

Al menos el VMPlayer... la única limitación es que no te deja "construir imágenes". Pero claro, en esta vida,  casi todo tiene solución  ;D ::)

http://www.hackaday.com/entry/1234000153064739/

Un saludo
En línea

Everything runs better on x64
white_zombie

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #21 en: 26 Enero 2006, 12:43 »

Ya habia oido hablar de BOCHS pero he leido que quemu va mas rapido, bueno por probar no pasa nada.

Aunque me gustaria quitarme la espina de no haber podido instalar quemu.

Un saludo
En línea
Soul Lost
GNU/Linux

Desconectado Desconectado

Mensajes: 2.451



Ver Perfil WWW
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #22 en: 26 Enero 2006, 18:13 »

Ya habia oido hablar de BOCHS pero he leido que quemu va mas rapido, bueno por probar no pasa nada.

Aunque me gustaria quitarme la espina de no haber podido instalar quemu.

Un saludo

Cual es tu versión de gcc?
En línea

Siempre hay algo nuevo que aprender
Mi NUEVO BLOG: soullost.org
white_zombie

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #23 en: 27 Enero 2006, 10:55 »

Hola, ya he resuelto el problrema, el fallo era que no tenia instalado el paquete zlib.

En caso de querer desistalarlo como se haria porque no veo ningun  archivo uninstall y la la verdad es queria probarlo y luego quitarlo.

Un saludo.
En línea
Soul Lost
GNU/Linux

Desconectado Desconectado

Mensajes: 2.451



Ver Perfil WWW
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #24 en: 27 Enero 2006, 20:07 »

borralo de /usr y los archivos de config. en /etc, has una busqueda con find..
En línea

Siempre hay algo nuevo que aprender
Mi NUEVO BLOG: soullost.org
Soul Lost
GNU/Linux

Desconectado Desconectado

Mensajes: 2.451



Ver Perfil WWW
Re: Alternativa libre de vmware: Qemu [Ejemplo de como emular windows y MSDOS]
« Respuesta #25 en: 21 Marzo 2006, 05:11 »

Agregado la parte de instalar mediente apt desde debian con código fuente ( colaboración de NeoCalderon )..

Revisaré esto, al parecer ya hay soporte para usb y la emulación mediante tun/tap creo xD para agregar la maquina virtual a nuestra red..
En línea

Siempre hay algo nuevo que aprender
Mi NUEVO BLOG: soullost.org
Páginas: 1 [2] Ir Arriba Imprimir 
Ir a:  







Consolas     La Web de Goku     MilW0rm     MundoDivx

Hispabyte     Truzone     TodoReviews     ZonaPhotoshop

hard-h2o modding    Foros de ayuda    Yashira.org    Videojuegos    indetectables.net   

Noticias Informatica    Seguridad Informática    ADSL    Foros en español    eNYe Sec

Todas las webs afiliadas están libres de publicidad engañosa.

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
Free counter and web stats