This commit is contained in:
Kartik K. Agaram 2021-08-12 11:25:37 -07:00
parent faf242c498
commit 4a3258f9d3
1 changed files with 11 additions and 8 deletions

View File

@ -3,14 +3,17 @@ To try it out (on Linux; it's unusably slow on other platforms):
1. Import a Slack archive into the data disk by following the instructions at
the top of `browse-slack/convert_slack.py`.
2. Build the code disk.
There's also a test disk image you can try out by running:
```
tools/image-data 10 < browse-slack/test_data
```
```
./translate browse-slack/*.mu
```
2. Build the code disk.
```
./translate browse-slack/*.mu
```
3. Run the code and data disks:
```
qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img
```
```
qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img
```