polynomialspace / hvdos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hvdos

hvdos 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 can run some simple DOS programs in .COM format. Try PKUNZJR.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 "hvdos.c" and "interface.h" as being in the public domain.

Author

Michael Steil mist64@mac.com

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 66.8%Language:C 32.9%Language:Makefile 0.3%