Skip to content

Commit 0c9805a

Browse files
committed
updated README
1 parent efe45df commit 0c9805a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,19 @@ make overhead_experiment
151151

152152
cd exec-mode-amd
153153

154-
# the following command compiles the linux kernel module that contains the kernel space code
154+
## the following command compiles the linux kernel module that contains the kernel space code
155155

156156
make
157157

158-
# the following command installs the linux kernel module
158+
## the following command installs the linux kernel module
159159

160160
sudo insmod kern_code.ko
161161

162-
# the following command compiles the user space code
162+
## the following command compiles the user space code
163163

164164
gcc user_code.c cpu_check.c -o user_code -fopenmp
165165

166-
# the following command runs the benchmark
166+
## the following command runs the benchmark
167167

168168
sudo ./user_code
169169

0 commit comments

Comments
 (0)