From 98ffccc6a86529c1479b3b17bbff3c13f654c49c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 15 Jan 2020 17:27:15 +0100 Subject: add TODO concerning variable assignment in Makefile --- TODOs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODOs') diff --git a/TODOs b/TODOs index e99a150..dd7707e 100644 --- a/TODOs +++ b/TODOs @@ -56,6 +56,8 @@ high priority TODOs are higher; low priority ones and completed ones are lower; * Memory regions can be configured as one of several types, which affects how memory reads/writes are performed by the processor. Dig into that and use the best appropriate settings in paging.c (i.e. normal memory instead of strongly-ordered memory for RAM). +* In the Makefile: is =? the right assignment for, say, CFLAGS? + * partially DONE - one can always add more, but we have the most important stuff * Implement some basic utilities for us to use (memcpy, printf, etc...) * partailly DONE - svc works; once we implement processes we could also kill them on aborts * develop userspace process supervision (handling of interrupt caused by svc instruction, proper handling of other data abort, undefined instruction, etc.) -- cgit v1.2.3