From 8da0171e5ca3492cdb34422184a1c96acd0b5165 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 21 May 2022 21:02:17 +0300 Subject: add status info to memory mappings + next up would probably be to start working on process/thread relationships, largely as documented. Still not entirely sure about how I want to handle fork, but I suppose I might figure it out at some point. --- TCB.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TCB.txt') diff --git a/TCB.txt b/TCB.txt index 4f262b4..4b7bf37 100644 --- a/TCB.txt +++ b/TCB.txt @@ -14,3 +14,7 @@ elevated to a process is a new one allocated. Only when the last thread in a process is released is the memory released. Will still need to figure out exactly how device memory should be freed, since it's handled globally instead of per thread atm. + +Also, I suspect I may have made my life a bit too difficult with different sized +pages, as I'm having a hell of a time figuring out how `fork` should be +implemented :D -- cgit v1.3