| Re: [hatari-devel] Little problem with b pc=text and reboot | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
Hi,
On perjantai 04 toukokuu 2012, Laurent Sallafranque wrote:
> When I do a break ( b pc=text) and I reset Hatari with "ALT-GR + c", the
> following message always loops :
> 
> Sysbase and os_beg address in OS header mismatch!
> 
> Is it possible to fix this ?
Not really.  The addresses required for finding out the program
code etc section addresses are set up by TOS and not available during
early boot.
I suggest using:
	b pc=text :once
And setting it againt after TOS has booted.
	- Eero