Skip to content

SW480C-O25T18/ICK-RISCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICK-RISCV

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.

Install Packages

sudo apt-get update && sudo apt-get install -y autoconf automake perl texinfo gnatprove highlight

Building

  • 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

About

A port of the Ironclad operating system to the open-source RISC-V instruction set architecture.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors