Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
/ x86-study Public archive

x86 emulator written in Rust. Just for study

License

Notifications You must be signed in to change notification settings

yuku/x86-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86

A tiny x86 emulator written in Rust.

Requirements

  • gcc
  • ld
  • nasm
  • rust

Build

make
cargo build

Usage

cargo run path/to/binary
# e.g.
cargo run samples/helloworld/helloworld.bin

License

This software is licensed under the MIT license.

About

x86 emulator written in Rust. Just for study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published