docs Add info about map files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user