aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:21:39 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:21:39 +0200
commitadeac5a8ce9c06ad589d2dd6ee137071ba865d0c (patch)
treec90528efb341f6d845aa94a0718d57f9e4e2d7be /TODO.txt
parentc4bee44adf8e8377b2d8d7e8bcd83277b690821c (diff)
downloadkmi-adeac5a8ce9c06ad589d2dd6ee137071ba865d0c.tar.gz
kmi-adeac5a8ce9c06ad589d2dd6ee137071ba865d0c.zip
Modified pmem configuration handling
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 25e90d8..8492ade 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -35,7 +35,7 @@ worh doing anything to.
!!! CURRENT:
+ Separate vmem and devmem to have a common 'backend', like mem_nodes or
-whatever, would probably make it a bit more clean-feeling.
+whatever, would probably make it a bit more clean-feeling. (x)
+ Add in interrupt handling and start testing jumping back and forth.
+ Add in better tcb handling, mainly creating linked lists with all threads
under a common process ID.
@@ -46,3 +46,6 @@ under a common process ID.
used address of the guest address space and only map so many pages, which could
be better for cache locality.
+ Assert? Not sure how to handle a kernel panic at the moment, I guess just die?
++ Add in more logging etc. dumbass
++ More functions, less macros? sometimes helpful in gdb, maybe also for kernel
+binary size?