1 It's possible to get debug output done by AROS through
2 D(bug("")) (kprintf) out of the Palm Emulation into the
3 Linux Shell by doing this:
5 1. Compile AROS/Palm using this configure option:
7 ./configure --target=pp-m68k --enable-palm-debug-hack
9 This will make AROS' exec/RawPutChar() simply poke the
10 debug char into address 0xdddddebc.
12 2. Use a special version of XCopilot which turns byte writes
13 to address 0xdddddebc into output going into the Linux
16 All you need to do is get the source of XCopilot 0.6.6 and
17 replace the file "mc68k/memory.c" with "xcopilotpatch/memory.c"
18 before compiling XCopilot.