Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 424 Bytes

toy-virtual-machine

Creating a VM from scratch

image

image

Step 1: Compile

g++ vm.cpp -o vm

Step 2: Run

./vm 2048.obj

Check out quick notes Check out history of virtual machines