Added dynamic pages with dynamic linking during runtime

This commit is contained in:
Nate Choe
2022-02-14 12:08:09 -06:00
parent 8df741a078
commit 6825f12163
28 changed files with 435 additions and 84 deletions

2
example/Makefile Normal file
View File

@@ -0,0 +1,2 @@
library.so: library.c
$(CC) $< -o $@ -shared -I../src/