An open API service indexing awesome lists of open source software.

https://github.com/zystemos/userspaceemulator


https://github.com/zystemos/userspaceemulator

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# UserspaceEmulator

Currently, a very basic 32bit x86 emulator.

The plan is for this to be used with ZystemOS to emulate applications build for Zystem but running on the wrong architecture. So can run a x86 application on a ARM build of Zystem.

## Build

```sh
zig build
```

## Run

```sh
./zig-cache/bin/UserspaceEmulator
```