Re: [hatari-devel] defaulting to SMALL_MEM (was: Hatari on constrained devices) |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Hi I think I bumped into additional SMALL_MEM issue: -------------------- $ hatari -s 10 --machine falcon --tos tos404.img . WARN : unsupported Falcon ST-RAM amount 10240, changing to 14336 KB Segmentation fault --------------------I was not able to reproduce the segfault though, so there seems to be some randomness in this.
- Eero On 4.2.2022 1.11, Eero Tamminen wrote:
On 16.1.2022 14.33, Eero Tamminen wrote:On 10.1.2022 16.10, Thomas Huth wrote:Am Sun, 9 Jan 2022 23:27:58 +0200 schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:Does debugger work properly with SMALL_MEM config? (e.g. doing "profile on" and getting backtrace for a program with debug symbols when dropping to debugger for second time?)I've never tried ... do you have a setup ready for giving it a try? OTOH I don't see a reason why it shouldn't work - the only problematic code with SMALL_MEM is stuff that is accessing I/O or ROM areas.Code is run both in RAM & ROM areas, so it needs both.I noticed that you already set SMALL_MEM as default for new builds. When I tested it with EmuTOS it seems to work fine.LILO code was not compatible, but I've fixed it now.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |