gmod-lcpu/native/projects/riscv_test_harness/test
Lily Tsuru 887b66bbb0 test lua binding things 2023-07-24 06:50:18 -04:00
..
Makefile riscv: implement syscon + system hooks 2023-07-24 01:56:50 -04:00
README.md riscv: IT WORKS 2023-07-24 00:01:39 -04:00
binary.ld riscv: IT WORKS 2023-07-24 00:01:39 -04:00
main.c test lua binding things 2023-07-24 06:50:18 -04:00
start.S riscv: IT WORKS 2023-07-24 00:01:39 -04:00

README.md

what

This is a simple bare-metal riscv program that is able to run on the test harness that does some testing.

It is barebones, I know.