You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.. | ||
README.md | 11 months ago | |
convert_slack.py | 5 months ago | |
environment.mu | 5 months ago | |
main.mu | 5 months ago | |
test_data | 11 months ago | |
vimrc.vim | 11 months ago |
README.md
To try it out:
-
Import a tiny test Slack archive into the data disk by running:
tools/image-data 10 < browse-slack/test_data
-
Build the code disk (on Linux; see the top-level Readme for other platforms)
./translate browse-slack/*.mu
-
Run the code and data disks:
qemu-system-i386 -m 2G -hda code.img -hdb path/to/data.img
You should now see some text and images in Qemu. For a real Slack archive,
follow the instructions at the top of browse-slack/convert_slack.py
. You'll
also want to tweak the sector-count
in browse-slack/main.mu which affects
the number of sectors read from the data disk.