From d2ccb96b27af154aa2881bec9f50888e4550305f Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 21 Mar 2026 22:45:00 +0100 Subject: [PATCH] docs Add info about map files --- docs/index.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fd68ee2..f9786fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,14 +21,28 @@ is the third rewrite of the same OS - and I still reuse parts from older code in [Download debug](https://mop.kamkow1lair.pl/get-mop/debug/mop3-debug.iso) +#### Symbol maps (useful for debugging addresses) + +[Download release symbol maps](https://mop.kamkow1lair.pl/get-mop/release/symbol-maps-release.zip) + +[Download debug symbol maps](https://mop.kamkow1lair.pl/get-mop/debug/symbol-maps-debug.zip) + +Commandline: + ``` +# ISO wget -c https://mop.kamkow1lair.pl/get-mop/release/mop3-release.iso + +# Maps .zip +wget -c https://mop.kamkow1lair.pl/get-mop/release/symbol-maps-release.zip ``` -Or if you want to have debug symbols included (Warning: performance is significantly lower!): - ``` +# ISO wget -c https://mop.kamkow1lair.pl/get-mop/debug/mop3-debug.iso + +# Maps .zip +wget -c https://mop.kamkow1lair.pl/get-mop/release/symbol-maps-debug.zip ``` ### Building MOP3 yourself