riscv-fesvr
riscv-fesvr copied to clipboard
Add flat binary loading support
Adds simple flag to htif_t to enable loading a flat binary to target @ 0x2000. Flag defaults to false to maintain current ELF loading behavior. Included flatloader.cc based on existing elfloader.cc.