Document registry dumping

Relevant for #37
This commit is contained in:
momo5502
2024-12-31 08:42:11 +01:00
parent 65f085ec38
commit edfa6a8986

View File

@@ -83,6 +83,12 @@ Release build:
cmake --workflow --preset=release
```
## Dumping the Registry
The emulator needs a registry dump to run, otherwise it will print `Bad hive file` errors.
You can create one by running the <a href="./src/grab-registry.bat">src/grab-registry.bat</a> script as administrator.
This will create a `registry` folder that needs to be placed in the working directory of the emulator.
## Running Tests
The project uses CTest for testing. Choose your preferred method: