new unaligned access kernel, update idle kernel

This commit is contained in:
Richard Yan
2024-10-24 17:13:13 -07:00
parent 8cc0c3bae4
commit fb928b5cda
9 changed files with 328 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
PROJECT = unaligned
SRCS = main.cpp common.h
VX_SRCS = kernel.cpp
OPTS ?= -n16
include ../common.mk