aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 589c0f9..282054c 100644
--- a/README.md
+++ b/README.md
@@ -88,17 +88,19 @@ running the tests):
### Plans for soon
-* Implement syscalls
+* Implement missing syscalls
* Write device drivers : VGA, keyboard, ATA, FAT, VESA
### Things to design
+* Cache architecture
+* IPC
* How does a process exit, what does it do, how do processes synchronize ?
-* Timers, workers, sleeping
* Have several threads in a single process
* Better handling of errors (rather than panicing) ; userspace apps should not
have the possibility of crashing the system
-* How does a process transmit information (such as environment or arguments) to its children ?
+* How does a process transmit information (such as environment, arguments, file
+ descriptors) to its children ?
### Things not sure