diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 20:21:39 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 20:21:39 +0200 |
| commit | adeac5a8ce9c06ad589d2dd6ee137071ba865d0c (patch) | |
| tree | c90528efb341f6d845aa94a0718d57f9e4e2d7be /TODO.txt | |
| parent | c4bee44adf8e8377b2d8d7e8bcd83277b690821c (diff) | |
| download | kmi-adeac5a8ce9c06ad589d2dd6ee137071ba865d0c.tar.gz kmi-adeac5a8ce9c06ad589d2dd6ee137071ba865d0c.zip | |
Modified pmem configuration handling
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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? |
