All Projects → rexim → qemu-android-x86-runner

rexim / qemu-android-x86-runner

Licence: MIT license
Quick Start on How to Run Android x86 in QEMU

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to qemu-android-x86-runner

Dustbox Rs
DOS emulator (work in progress)
Stars: ✭ 34 (-66.67%)
Mutual labels:  emulator, x86
Microx
Safely execute an arbitrary x86 instruction
Stars: ✭ 120 (+17.65%)
Mutual labels:  emulator, x86
Emu
cybozu labs youth 7th
Stars: ✭ 51 (-50%)
Mutual labels:  emulator, x86
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+4737.25%)
Mutual labels:  emulator, x86
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-77.45%)
Mutual labels:  qemu, x86
Xqemu
Open-source emulator to play original Xbox games on Windows, macOS, and Linux
Stars: ✭ 518 (+407.84%)
Mutual labels:  emulator, qemu
Bap
Binary Analysis Platform
Stars: ✭ 1,385 (+1257.84%)
Mutual labels:  emulator, x86
emu
cybozu labs youth 7th
Stars: ✭ 50 (-50.98%)
Mutual labels:  emulator, x86
Pcjs
The original IBM PC and other machine emulations in JavaScript
Stars: ✭ 171 (+67.65%)
Mutual labels:  emulator, x86
V86
x86 virtualization in your browser, recompiling x86 to wasm on the fly
Stars: ✭ 12,765 (+12414.71%)
Mutual labels:  emulator, x86
Dosbox Staging
DOS/x86 emulator focusing on ease of use
Stars: ✭ 412 (+303.92%)
Mutual labels:  emulator, x86
IBMulator
The IBM PS/1 emulator.
Stars: ✭ 62 (-39.22%)
Mutual labels:  emulator, x86
QEMU-Manager
macOS graphical frontend to QEMU
Stars: ✭ 175 (+71.57%)
Mutual labels:  emulator, qemu
Bddisasm
bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Stars: ✭ 540 (+429.41%)
Mutual labels:  emulator, x86
FEX
A fast usermode x86 and x86-64 emulator for Arm64
Stars: ✭ 650 (+537.25%)
Mutual labels:  emulator, x86
I8086.js
16bit Intel 8086 / 80186 + X87 emulator written in TypeScript with REPL assembly compiler and tiny C compiler
Stars: ✭ 54 (-47.06%)
Mutual labels:  emulator, x86
Minios
Simple DIY OS
Stars: ✭ 106 (+3.92%)
Mutual labels:  qemu, x86
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (-23.53%)
Mutual labels:  emulator, x86
Alpine Term
Repository has been moved.
Stars: ✭ 121 (+18.63%)
Mutual labels:  emulator, qemu
x86e
A simple x86 emulator, debugger, and editor in JavaScript.
Stars: ✭ 89 (-12.75%)
Mutual labels:  emulator, x86

Quick Start

  • Install QEMU
  • Download android-x86_64-7.1-r1.iso from http://www.android-x86.org/download
  • $ ./qemu-install.sh ./android-x86_64-7.1-r1.iso ./android.img
  • $ ./qemu-run.sh ./android.img
  • $ ./qemu-run.sh ./android.img -vnc localhost:0 -- run with VNC listener on for local incoming connections on 5900 port

No root permissions should be required for running any of the scripts. If this is not true in some cases, please submit a fix with a Pull Request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].