This is a capstone project at Pennsylvania State University - World Campus for Software Engineering 480/481, for the class of 2025.
This is a copy of Ironclad, the original code is here.
sudo apt-get update && sudo apt-get install -y autoconf automake perl texinfo gnatprove highlight- Generate a configure.ac:
./bootstrap- Configure for target machine. Other option is
x86_64-limine-elf:
./configure --target=riscv64-limine-elf- Build:
make
make check
make install