From 8bba05b0aefaec7cc2154123f35be9b6cff7f7b3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 3 Mar 2022 03:04:55 +0200 Subject: faster deps.mk generation --- TODO.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 7adcceb..24e2ab8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -51,4 +51,8 @@ be better for cache locality. binary size? + Add in purely virtual memory pages, i.e. stuff that shouldn't free physical memory when the memory page is freed, for example if two processes share the -same memory +same memory (started on it) ++ Arches will need to implement timers. All in all, in kernel there should be +SMP, IPC, timers a memory manager, everything else in userspace. ++ Choose between allowing the process manager to interrupt other cpus and each +cpu starts its own process manager with a timer of some sort? -- cgit v1.3