Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

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

 
 
 

Contributors