windows:qemu

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:qemu [2020/08/15 21:13] ともやんwindows:qemu [2020/09/11 20:11] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre, #mincode_long pre  { 
-      height: 250px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    #mintbl th { 
-      font-size: 10px; 
-    } 
-    .minfont { 
-      font-size: 6px; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== QEMU for Windows - オープンソースのプロセッサエミュレータ ====== ====== QEMU for Windows - オープンソースのプロセッサエミュレータ ======
 <WRAP prewrap 100% #logo> <WRAP prewrap 100% #logo>
行 130: 行 96:
 $ qemu-system-arm.exe -M versatilepb -cpu arm1176 -hda Pidora-Release-20-2014-R3.img -kernel kernel-qemu -m 192 -append "root=/dev/sda2" $ qemu-system-arm.exe -M versatilepb -cpu arm1176 -hda Pidora-Release-20-2014-R3.img -kernel kernel-qemu -m 192 -append "root=/dev/sda2"
 </code> </code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +C:\Users\tomoyan\scoop\apps\qemu\current\qemu-system-arm.exe: warning: GdkPixbuf: Cannot open pixbuf loader module file 'C:\Users\tomoyan\scoop\apps\qemu\current\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache': No such file or directory
 +
 +This likely means that your installation is broken.
 +Try running the command
 +  gdk-pixbuf-query-loaders > C:\Users\tomoyan\scoop\apps\qemu\current\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
 +to make things work again for the time being.
 +WARNING: Image format was not specified for '20200906_sd_backup.img' and probing guessed raw.
 +         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
 +         Specify the 'raw' format explicitly to remove the restrictions.
 +
 +(qemu:10296): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
 +This may indicate that pixbuf loaders or the mime database could not be found.
 +</code>
 +</WRAP>
 +
 +===== 参考文献 =====
 +[[https://github.com/polaco1782/raspberry-qemu|polaco1782/raspberry-qemu: Raspberry pi QEMU]]\\
 +[[https://github.com/dhruvvyas90/qemu-rpi-kernel|dhruvvyas90/qemu-rpi-kernel: Qemu kernel for emulating Rpi on QEMU]]\\
  
  • windows/qemu.1597493609.txt.gz
  • 最終更新: 2020/08/15 21:13
  • by ともやん