summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2026-01-02Switch from std::mpsc channels to crossbeamtaitep
2025-12-31Make MMIO devices not have control of the address of exceptionstaitep
2025-12-28Remove consts.rs and just use plain typestaitep
2025-12-27Add exception values (what will go in mtval/stval)taitep
2025-12-27Relicense to BSD 2-Clause to align better with the RISC-V communitytaitep
2025-12-27Fix some warningstaitep
2025-12-27Implement a GDB stub and fix another huge issue in S-type immediate decodingtaitep
2025-12-26Make execload respect the static ram starttaitep
2025-12-26(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, m...taitep
2025-12-24EXCEPTION SYSTEM (initial version - may change later)taitep
2025-12-23remove unused imports in main.rstaitep
2025-12-23ADD ELF SUPPORTtaitep
2025-12-23Remove an unused import in main.rstaitep
2025-12-21Switch the current binary to use anyhow errors and add a proper argument numb...taitep
2025-12-21Allow other image file names through cli args, increase ram size, update readmetaitep
2025-12-21Add a basic UART (very much temporary, its performance is most likely horribletaitep
2025-12-21Get rid of some useless warnings in main.rstaitep
2025-12-01Add license/copyright notices to top of each source file (where applicable)taitep
2025-11-18rename to TRVEtaitep