https://github.com/zystemos/userspaceemulator
https://github.com/zystemos/userspaceemulator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zystemos/userspaceemulator
- Owner: ZystemOS
- Created: 2021-04-12T21:21:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T18:40:11.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T22:11:26.261Z (12 months ago)
- Language: Zig
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```