Skip to content
forked from mist64/hvdos

hvdos.rs, a simple DOS emulator based on the OS X Hypervisor.framework

License

Notifications You must be signed in to change notification settings

moriai/hvdos.rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hvdos.rs

hvdos.rs is a simple DOS emulator based on the OS X 10.10 Yosemite Hypervisor.framework.

Purpose

Consider this project more of an example or a template to create solutions based on Hypervisor.framework than a useful application on its own.

See pagetable.com/?p=764 for details.

Status

hvdos.rs can run some simple DOS programs in .COM format. Try PKUNZJR.COM, MORE.COM, and COMP.COM for example.

License

See LICENSE.txt (2-clause-BSD).

In order to simplify use of this code as a template, you can consider any parts from "src/main.rs" and "interface.h" as being in the public domain.

Author

Original: Michael Steil [email protected]
Rust version: Satoshi Moriai

About

hvdos.rs, a simple DOS emulator based on the OS X Hypervisor.framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.5%
  • Rust 34.7%
  • C 5.8%