목록작업/OvmStart(2010) (38)
도전2022
2010에서 만든 PresentationTest.ppt 파일
Ubuntu 10.04를 설치후 wine 설치 한 시스템에서 한글 및 글자가 흐려보이거나, 깨져 보이는 경우 위의 그림과 같이 설정을 변경하면 깨끗한 wine 화면을 볼 수 있다. - 폰트 구하는 방법 : 인터넷 검색 : Ubuntu Software Center 받기 : /usr/share/fonts truetype 찾아보기 설치 - wine에서 폰트 설정 : .wine 아래에 있는 system.reg 파일을 열고 MS Shell Dlg와 Dlg2에 있는 폰트 이름을 변경 Gulim 으로 변경하니 깔끔함. - 폰트 복사 : .wine/drive_c/windows/Fonts에 복사한다. - n900 한글 적용 깨끗하게 잘 나타남. http://hanempire.thoth.kr/?mid=blog&docume..
http://en.wikipedia.org/wiki/QEMU QEMU From Wikipedia, the free encyclopedia Jump to: navigation, search QEMU Original author(s) Fabrice Bellard Developer(s) QEMU team: Fabrice Bellard, Paul Brook, et al. Stable release 0.12.4 / March 4, 2010; 4 months ago (2010-03-04) Operating system Cross-platform Type Emulator License GNU GPL version 2 Website www.qemu.org QEMU is a processor emulator that r..
http://wiki.qemu.org/Manual Manual From QEMU How do I... Set up Networking Debug QEMU Reference User Documentation QEMU Documentation QEMU Accelerator Documentation (KQEMU, obsolete) QEMU Official OS Support List Technical Documentation QEMU, a Fast and Portable Dynamic Translator, USENIX 2005 Annual Technical Conference, FREENIX Track The QCOW Image Format Hardware Manuals
http://wiki.qemu.org/KQemu/TechDoc#API_definition QEMU Accelerator Technical Documentation From QEMU Contents[hide] 1 Introduction 2 API definition 2.1 RAM, Physical and Virtual addresses 2.2 RAM page dirtiness 2.3 `/dev/kqemu' device 2.4 KQEMU_GET_VERSION ioctl 2.5 KQEMU_INIT ioctl 2.6 KQEMU_SET_PHYS_MEM ioctl 2.7 KQEMU_MODIFY_RAM_PAGE ioctl 2.8 KQEMU_EXEC ioctl 3 KQEMU inner working and limita..
Search Results WINE for Darwin and Mac OS X Updated 2006-12-16 Use Wine (Wine Is Not an Emulator) to run Windows applications on Darwin and Mac OS X. 78% Recommend (20) 1,850 weekly downloads Download Now ↓ GNU-Darwin Distribution Updated 2008-01-03 GNU-Darwin aims to be the most free software distribution. Our mission is two-fold: Focus on projects that leverage our unique combination of Darwin..
http://sourceforge.net 에서 wine을 검색한 결과 Wine Is Not an Emulator Updated 2010-04-11 Wine is an Open Source implementation of the Windows API on top of X and Unix.Wine provides both a development toolkit for porting Windows sources to Unix and a program loader, allowing many unmodified Windows binaries to run on x86-based Unixes. 86% Recommend (207) 35,914 weekly downloads Download Now ↓ WineDiff W..
# strace ./qemu-i386 ./test_x11b execve("./qemu-i386", ["./qemu-i386", "./test_x11b"], [/* 40 vars */]) = 0 brk(0) = 0x62b21000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77ed000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY..