Add test of reading cstring syscall argument which never terminates before hitting end of ram

This commit is contained in:
Toby Jaffey 2025-12-13 19:12:24 +00:00
parent b1b4cbf583
commit 0018bdd249
4 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,7 @@ TOPDIR=../../../
PROJECT:=$(shell basename ${PWD})
SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S
OPT=-O0
CFLAGS=-DUVM32_MEMORY_SIZE=16384
all: all_common
@# Convert ROM to C file and header
@xxd -i ${PROJECT}.bin > ${PROJECT}-header.c