Add new 'sharedmem' kernel

This commit is contained in:
Hansung Kim
2024-01-01 13:56:46 -08:00
parent dd289ef964
commit 1586ea93ef
6 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
PROJECT = sharedmem
SRCS = main.cc
OPTS ?= -n64
include ../common.mk