Skip to content

Conversation

@Rupa-Rd
Copy link

@Rupa-Rd Rupa-Rd commented Feb 3, 2025

This PR has the solution for the challenge.

Description

Implement a Physical Memory Protection (PMP) check according to Chapter 3.7 of the RISC-V privleged manual.

Programming Language Used: C++

Usage

To compile a C++ program, run the following command:

g++ -o pmp_check pmp_check.cpp

Use the below command to run the program:

./pmp_check pmp_configuration.txt 0x1000 M R

Expected Output:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant