https://github.com/nvsl/cse141pp-archlab
https://github.com/nvsl/cse141pp-archlab
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvsl/cse141pp-archlab
- Owner: NVSL
- Created: 2019-06-12T19:27:03.000Z (almost 6 years ago)
- Default Branch: devel
- Last Pushed: 2023-07-17T21:23:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T08:16:12.895Z (4 months ago)
- Language: C++
- Size: 738 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArchLab
## Building
Run
```make```## System Configuration
In order for user-space configuration of clockspeed to work, you need to add
```intel_pstate=disable```
to the `GRUB_CMDLINE_LINUX` in `/etc/default/grub`. For example:
```GRUB_CMDLINE_LINUX="console=tty0 console=ttyS1,115200n8 biosdevname=0 net.ifnames=1 intel_pstate=disable"```
## Examples
Try
```
examples/hello_world.exe
```or
```
examples/random_access.exe
```## Install Cache Control Kernel Module
```
make setup;
```