Installing KVM on Oracle SolarisInstalling fortune on SolarisHypervisor for 32 bit desktopSolaris Administration Web GUI?KVM-virtualization Host and Guest NoGraphicsXen PV, Xen HVM and KVMnested virtualization in kvmHow do bare-metal/hosted hypervisors relate to hardware and software virtualization?Is KVM a type 1 or type 2 hypervisor?Upgrade QEMU/KVM on Ubuntu 16.10Can I tune kernel parameters inside KVM box?

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019

What does this quote in Small Gods refer to?

What does formal training in a field mean?

Why can't I prove summation identities without guessing?

Is it nonsense to say B -> [A -> B]?

Extending Kan fibrations, without using minimal fibrations

Why does increasing the sampling rate make implementing an anti-aliasing filter easier?

Is it a Munchausen Number?

Why should password hash verification be time constant?

How to select certain lines (n, n+4, n+8, n+12...) from the file?

When quoting someone, is it proper to change "gotta" to "got to" without modifying the rest of the quote?

Names of the Six Tastes

The meaning of a て-form verb at the end of this sentence

What is the name of meteoroids which hit Moon, Mars, or pretty much anything that isn’t the Earth?

How to evaluate sum with one million summands?

Is there ever a rule not to place certain words on separate lines in a Sefer Torah?

How is CoreiX like Corei5, i7 is related to Haswell, Ivy Bridge?

Why did they go to Dragonstone?

Is there any evidence to support the claim that the United States was "suckered into WW1" by Zionists, made by Benjamin Freedman in his 1961 speech

What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?

Would encrypting a database protect against a compromised admin account?

How to slow yourself down (for playing nice with others)

What was the plan for an abort of the Enola Gay's mission to drop the atomic bomb?

How to find the tex encoding of specific fonts?



Installing KVM on Oracle Solaris


Installing fortune on SolarisHypervisor for 32 bit desktopSolaris Administration Web GUI?KVM-virtualization Host and Guest NoGraphicsXen PV, Xen HVM and KVMnested virtualization in kvmHow do bare-metal/hosted hypervisors relate to hardware and software virtualization?Is KVM a type 1 or type 2 hypervisor?Upgrade QEMU/KVM on Ubuntu 16.10Can I tune kernel parameters inside KVM box?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?










share|improve this question















migrated from superuser.com Apr 30 at 20:13


This question came from our site for computer enthusiasts and power users.
























    0















    As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?










    share|improve this question















    migrated from superuser.com Apr 30 at 20:13


    This question came from our site for computer enthusiasts and power users.




















      0












      0








      0


      1






      As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?










      share|improve this question
















      As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?







      kvm-virtualization solaris qemu hypervisor emulator






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 30 at 20:16







      R1w

















      asked Apr 30 at 14:53









      R1wR1w

      1117




      1117




      migrated from superuser.com Apr 30 at 20:13


      This question came from our site for computer enthusiasts and power users.









      migrated from superuser.com Apr 30 at 20:13


      This question came from our site for computer enthusiasts and power users.






















          2 Answers
          2






          active

          oldest

          votes


















          5














          Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu?



          The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.



          But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm (or sometimes alternatives like kvmtool).



          Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm on Windows as with Linux KVM.



          That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)



          So if you want to run qemu -enable-kvm on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.






          share|improve this answer


















          • 1





            I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

            – grawity
            Apr 30 at 16:55











          • Oracle VirtualBox is a emulator but i am looking for hypervisor!

            – R1w
            Apr 30 at 16:58






          • 2





            No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

            – grawity
            Apr 30 at 17:44


















          0














          In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1 on Oracle Solaris 10 1/13.






          share|improve this answer























          • No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

            – grawity
            May 1 at 7:46











          • @grawity what a big mistake!!! Thanks for mentioning.

            – R1w
            May 1 at 8:25











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "2"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965327%2finstalling-kvm-on-oracle-solaris%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu?



          The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.



          But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm (or sometimes alternatives like kvmtool).



          Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm on Windows as with Linux KVM.



          That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)



          So if you want to run qemu -enable-kvm on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.






          share|improve this answer


















          • 1





            I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

            – grawity
            Apr 30 at 16:55











          • Oracle VirtualBox is a emulator but i am looking for hypervisor!

            – R1w
            Apr 30 at 16:58






          • 2





            No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

            – grawity
            Apr 30 at 17:44















          5














          Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu?



          The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.



          But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm (or sometimes alternatives like kvmtool).



          Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm on Windows as with Linux KVM.



          That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)



          So if you want to run qemu -enable-kvm on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.






          share|improve this answer


















          • 1





            I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

            – grawity
            Apr 30 at 16:55











          • Oracle VirtualBox is a emulator but i am looking for hypervisor!

            – R1w
            Apr 30 at 16:58






          • 2





            No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

            – grawity
            Apr 30 at 17:44













          5












          5








          5







          Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu?



          The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.



          But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm (or sometimes alternatives like kvmtool).



          Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm on Windows as with Linux KVM.



          That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)



          So if you want to run qemu -enable-kvm on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.






          share|improve this answer













          Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu?



          The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.



          But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm (or sometimes alternatives like kvmtool).



          Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm on Windows as with Linux KVM.



          That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)



          So if you want to run qemu -enable-kvm on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 30 at 16:28









          grawitygrawity

          6,9682035




          6,9682035







          • 1





            I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

            – grawity
            Apr 30 at 16:55











          • Oracle VirtualBox is a emulator but i am looking for hypervisor!

            – R1w
            Apr 30 at 16:58






          • 2





            No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

            – grawity
            Apr 30 at 17:44












          • 1





            I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

            – grawity
            Apr 30 at 16:55











          • Oracle VirtualBox is a emulator but i am looking for hypervisor!

            – R1w
            Apr 30 at 16:58






          • 2





            No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

            – grawity
            Apr 30 at 17:44







          1




          1





          I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

          – grawity
          Apr 30 at 16:55





          I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)

          – grawity
          Apr 30 at 16:55













          Oracle VirtualBox is a emulator but i am looking for hypervisor!

          – R1w
          Apr 30 at 16:58





          Oracle VirtualBox is a emulator but i am looking for hypervisor!

          – R1w
          Apr 30 at 16:58




          2




          2





          No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

          – grawity
          Apr 30 at 17:44





          No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.

          – grawity
          Apr 30 at 17:44













          0














          In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1 on Oracle Solaris 10 1/13.






          share|improve this answer























          • No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

            – grawity
            May 1 at 7:46











          • @grawity what a big mistake!!! Thanks for mentioning.

            – R1w
            May 1 at 8:25















          0














          In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1 on Oracle Solaris 10 1/13.






          share|improve this answer























          • No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

            – grawity
            May 1 at 7:46











          • @grawity what a big mistake!!! Thanks for mentioning.

            – R1w
            May 1 at 8:25













          0












          0








          0







          In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1 on Oracle Solaris 10 1/13.






          share|improve this answer













          In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1 on Oracle Solaris 10 1/13.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 30 at 19:08









          R1wR1w

          1117




          1117












          • No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

            – grawity
            May 1 at 7:46











          • @grawity what a big mistake!!! Thanks for mentioning.

            – R1w
            May 1 at 8:25

















          • No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

            – grawity
            May 1 at 7:46











          • @grawity what a big mistake!!! Thanks for mentioning.

            – R1w
            May 1 at 8:25
















          No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

          – grawity
          May 1 at 7:46





          No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)

          – grawity
          May 1 at 7:46













          @grawity what a big mistake!!! Thanks for mentioning.

          – R1w
          May 1 at 8:25





          @grawity what a big mistake!!! Thanks for mentioning.

          – R1w
          May 1 at 8:25

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965327%2finstalling-kvm-on-oracle-solaris%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

          Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

          Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020