1Q: How do you dump the Equation Lib?
2
3A: Well, I guess you would have to use some sort of Card copying
4   program from the HP48. This should give you an Image of the card.
5
6   You should convert it into an x48 rom-file. Look at dump2rom.c.
7   There should be changes for the size of the Card!!!
8
9   Then you should copy this to "$HOME/.hp48/port1" or "$HOME/.hp48/port2".
10
11   Change the file to read only, use 'chmod 444 $HOME/.hp48/port1'.
12   The emulator will notice, this is a ROM.
13
14   You are mainly on your own here, I don't have such a card, so I can't
15   try, but I hope it helps.
16
17