From 277b329c5609b8172ad0c142117edfa9a08279da Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 19 Feb 2015 18:25:29 +0100 Subject: Implement basic syscalls... --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81ca3e4..589c0f9 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,6 @@ I would love to have kogata fit on a 1.44MB floppy and run with a full GUI and some cool apps (remember the QNX demo floppy!). Also, I want to be able to use it on older computers and prove that such machines can still be put to use. -### Plans for the future - -* Module system for extending the kernel -* In userspace, simple Scheme-like scripting language -* The obvious stuff ;-) - ## How to build ### Requirements @@ -104,11 +98,18 @@ running the tests): * 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 ? ### Things not sure * VFS thread safety : is the design correct ? (probably) +### Plans for the later future + +* Module system for extending the kernel +* In userspace, simple Scheme-like scripting language +* The obvious stuff ;-) + ## Licence None of the source files have a licence header because it's cumbersome. All the -- cgit v1.2.3