IRC channel logs

2022-08-07.log

back to list of logs

<stikonas>oriansj: can you pull https://github.com/oriansj/bootstrap-seeds/pull/27
<oriansj>stikonas: merged
<Andrew>D
<stikonas>oriansj: thanks. I've now pushed everything to stage0-uefi repo too, so one can test kaem and hex0 re-building themselves
<oriansj>stikonas: nice
<stikonas>well, going further to cc_adm64 should be fairly straightforward now
<stikonas>though a bit more work would be needed to encode hex1 into hex0. After that it should be just replacing syscalls
<oriansj>well also moving to PC relative addressing would to be needed to remove the relocation problem
<stikonas>well yes, but that's only when we have compilers...
<stikonas>well, ok, a bit for hex and M0 too
<stikonas>(where we use global variables)
<oriansj>and cc_* where there are a boatload of labels
<stikonas>hmm, something is not working file set_position (lseek equivalent)...
<stikonas>somehow next read immediately returns EOF
<stikonas>oriansj: is table stuff in hex1 using unreserverd memory?
<stikonas>though I'm not yet sure if that's causing my bug...
<stikonas>right now hex1.S that I have can build .hex0 code fine but loops forever on hex1 code
<stikonas>ok, it was some other bug... I think it's working now