17 lines
614 B
Markdown
17 lines
614 B
Markdown
# My MartyPC Setup
|
|
|
|
If you want to use this as your own, clone it into a location of your choosing, then edit the `martypc.toml` to change the base directory (on line 153), to the location where you cloned it:
|
|
|
|
```toml
|
|
basedir = "/home/gmgauthier/Retro/marty"
|
|
```
|
|
|
|
Then, to run the emulator, enter:
|
|
|
|
```bash
|
|
$ ./martypc --configfile ./martypc.toml
|
|
```
|
|
|
|
Virtual harddisk and floppy images are found in the `media/` directory. The `util/` directory contains some helpful shell scripts for creating floppy images. You will need to customize the scripts to point to the filepath where you want to store/read disks.
|
|
|