@theruran @janneke I was thinking something along these lines:
find an "open source hardware" board where you can somehow verify the hardware aren't playing games on you (in particular not running all of your code in a nearly undetectable hypervisor, like we know Intel does...), probably some RISC-V board
@theruran @janneke
run you bootstrapping code on it with no OS whatsoever; hopefully it doesn't need much from the OS
you'd have to build in a serial driver or something like that (blinking LEDs is cool but you can't input program source this way), not that I have any idea about hardware