IRC channel logs

2021-07-22.log

back to list of logs

<oriansj>stikonas[m]: well if I had to guess it is because the base-address is hardcoded to zero that is probably the problem (only knight uses that base-address value)
***smartin1 is now known as smartin
*stikonas is looking at Risc-V
<oriansj>stikonas: also outputPointer writes the displacements in big endian order rather than little endian
<oriansj>as they were the high level prototypes when I was writing the original knight hex1 and hex2
<stikonas>yeah, that might be it...
<stikonas>oriansj: anyway, while looking though hex files, I found some small issues with comments https://github.com/oriansj/stage0-posix/pull/28
<stikonas>and I now have a low level prototype for hex1 on risc-v (actual hex1 is maybe 25% done)
<stikonas>writing .hex0 code is a bit tedious... although not too hard once you have low level prototype
<stikonas>well, it's basically machine code