diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-03 03:04:55 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-03 03:04:55 +0200 |
| commit | 8bba05b0aefaec7cc2154123f35be9b6cff7f7b3 (patch) | |
| tree | 4f60e7caff2b515ed56558fc4e6adecc76ca3c55 /TODO.txt | |
| parent | cbfca7a9854061e3a2d59795361fb875827e7c50 (diff) | |
| download | kmi-8bba05b0aefaec7cc2154123f35be9b6cff7f7b3.tar.gz kmi-8bba05b0aefaec7cc2154123f35be9b6cff7f7b3.zip | |
faster deps.mk generation
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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? |
