Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 06 / 27.mkd
blob9c497da2ffb27d886d5087ae6e28397bc4777fbf
1 # 2019/06/27
3 ## 09:26
5 The new memory stuff is much cleaner which is nice, although I believe
6 there is an issue with some initialization of the BootROM or similar.
7 PowerPC and x86 crash the same, so at least this one is consistent.
9 ## 09:28
11 Very likely is an initialization error.
13 ## 14:22
15 Okay so maybe I am writing to invalid memory? Because the debug stuff
16 and everything after the registers is zero.
18 ## 14:30
20 No, that is just the first set error break I had that was from the
21 fprintf code.
23 ## 14:33
25 Okay so I see 0xe7e5e7e4 in one of the registers so definitely dealing
26 with a bad magic. Okay so it seems this is attempting to allocate an
27 object which has the bad magic size. This is the initialization of
28 config reader. Init ram links is done and then finished. And jvmNew
30 ## 15:22
32 Just going to guess that it is the bootstrap loader is messed up since
33 that is the most complex part of the rewrite. Maybe it is a confusion
34 of a RAM or ROM address.