aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-20 15:00:51 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-20 15:00:51 +0100
commit2d4d64189501c253ed6a5b5ff5e27da1cb34407a (patch)
tree488ed008de322f0ffbfd1efdaec2041811b41a1c /README.md
parent13db03fcc4a476c8881ccafe0852e72410c67b3a (diff)
downloadkogata-2d4d64189501c253ed6a5b5ff5e27da1cb34407a.tar.gz
kogata-2d4d64189501c253ed6a5b5ff5e27da1cb34407a.zip
Think a bit ; ioctls only on open file descriptors.
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