Skip to content

stwjt/security_monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

security_monitor

Building the security monitor

Parameters

  • NUM_CORES: how many cores does the SM manage?
  • NUM_DRAM_REGIONS: how many DRAM regions exist in a machine with DRAM regions?

What shall we do with platform_disabled_hart_mask?

define STACK_SIZE

Building the RISC-V tool chain (With GDB TUI enabled)

https://github.com/riscv/riscv-gnu-toolchain

1-Clone the repository 2-Edit the Makefile: add the line GDB_TARGET_FLAGS_EXTRA := --enable-gui 3-Run sudo apt install libncurses5-dev 4-Follow the instructions in the repository's README

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.0%
  • Assembly 17.9%
  • C++ 13.1%
  • Python 4.0%